﻿@media (max-width: 1200px) {
    .Index .header-box {
        height: 0;
    }

    .Index #header {
        background-color: #ffffff;
    }
}

/**首页banner**/
.index-banner {
    position: relative;
    height: 100%;
}

.index-banner .swiper {
    height: 100%;
}

.index-banner .box {
    display: block;
    position: relative;
    height: auto;
    text-align: center;
}

.index-banner .box img {
    display: block;
    height: auto;
    object-fit: cover;
}

.index-banner .box .pc {
    display: inline;
}

.index-banner .box .phone {
    display: none;
}

.index-banner .swiper-slide {
    overflow: hidden;
}

.index-banner .swiper-slide.swiper-slide-active .content-box {
    transform: translate(0, 0);
    opacity: 1;
}

.index-banner .content-box {
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(0, 30px);
    width: 100%;
    height: auto;
    text-align: center;
    opacity: 0;
    transition: transform 0.6s, opacity 0.4s;
    transition-delay: 1.5s;
}

.index-banner .content-box .h2-des {
    font-size: 32px;
    line-height: 1.4em;
    letter-spacing: 2px;
    color: #ffffff;
}

.index-banner .content-box .h2 {
    margin-top: 9px;
    background-image: linear-gradient(to bottom, #4c4aef, #fd242d);
    -webkit-background-clip: text;
    font-size: 64px;
    font-weight: bold;
    line-height: 1.4em;
    letter-spacing: 3px;
    color: transparent;
}

.index-banner .swiper-other {
    position: absolute;
    left: 0;
    bottom: 5.4%;
    width: 100%;
    z-index: 2;
}

.index-banner .swiper-other .cycle-box {
    --size: var(--cw);
    display: block;
}

.index-banner .swiper-other .cycle-box .cycle-son::before {
    --b-c: #ffffff;
    --b-w: 1px;
}

@media (max-width: 1600px) {
    .index-banner .content-box .h2-des {
        font-size: 26px;
        letter-spacing: 1px;
    }

    .index-banner .content-box .h2 {
        margin-top: 6px;
        font-size: 44px;
        letter-spacing: 2px;
    }

    .index-banner .swiper-other .swiper-pagination-bullet {
        --cw: 12px;
        margin: 0 8px;
    }
}

@media (max-width: 1441px) {
    .index-banner .content-box .h2-des {
        font-size: 22px;
        letter-spacing: 0;
    }

    .index-banner .content-box .h2 {
        margin-top: 2px;
        font-size: 40px;
        letter-spacing: 0;
    }

    .index-banner .swiper-other .swiper-pagination-bullet {
        --cw: 10px;
        margin: 0 6px;
    }
}

@media (max-width: 1200px) {
    .index-banner .box .pc {
        display: none;
    }

    .index-banner .box .phone {
        display: block;
    }

    .index-banner .content-box {
        transition-delay: 0.3s;
    }

    .index-banner .content-box .h2-des {
        font-size: 0.3rem;
    }

    .index-banner .content-box .h2 {
        margin-top: 0.2rem;
        font-size: 0.48rem;
    }

    .index-banner .swiper-other {
        bottom: 0.35rem;
    }

    .index-banner .swiper-other .swiper-pagination-bullet {
        --cw: 0.26rem;
        margin: 0 0.08rem;
    }

    .index-banner .swiper-other .swiper-pagination-bullet::before {
        border-width: 2px;
    }

    .index-banner .swiper-other .cycle-box {
        --b-w: 2px;
    }
}










/*关于 滚动鼠标logo放大显出背景*/

.wrapper {
    overflow: visible;
}

.flex {
    display: flex;
    flex-wrap: wrap;
}

.indmh {
    width: 100%;
    position: relative;
    /*height: 300vh;*/
    height: 350vh;
}

.indmh-sticky {
    width: 100%;
    top: 0;
    left: 0;
    position: sticky;
    overflow: hidden;
}

.indmh-bg {
    width: 100%;
    height: 100vh;
}

.indmh-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.indmh-logo {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
}

.indmh-logo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.indmh-text {
    width: 100%;
    position: absolute;
    z-index: 3;
    justify-content: center;
    left: 0;
    transition: all .4s ease;
}

.indmh-text span {
    position: relative;
    margin-left: 24px;
}

.indmh-text span:first-child {
    margin-left: 0;
}

.indmh-text.active {
    opacity: 0;
}

.indmh-text.txt1 {
    top: 5vh;
    color: #020202;
    font-size: var(--fs30);
}

.indmh-text.txt2 {
    top: 68vh;
    color: #222222;
}

.indmh-content {
    position: absolute;
    width: 100%;
    /*z-index: 4;*/
    z-index: 1;
    height: 100vh;
    display: flex;
    align-items: top;
    justify-content: center;
    top: 0;
    left: 0;
}

.indmh-content {
    /*opacity: 0;*/
    pointer-events: none;
    transition: all .8s ease;
}

.indmh-content.active {
    opacity: 1;
    pointer-events: auto;
}

.indmh-content.active .indTitle {
    animation: indmhRun 1s ease both .4s;
}

.indmh-content.active .indmh-desc {
    animation: indmhRun 1s ease both .6s;
}

.indmh-content.active .indmh-num {
    animation: indmhRun 1s ease both .8s;
}

.indmh-content.active .indmh-more {
    animation: indmhRun 1s ease both 1s;
}

.indmh-content .h3 {
    font-weight: normal;
    line-height: 1.4;
    overflow: hidden;
    color: #333;
    margin-top: 11%;
}

.indmh-shade {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.1);
    opacity: 0;
}

.indmh-content .a {
    display: inline-block;
    vertical-align: top;
    line-height: 28px;
    height: 28px;
    color: #242933;
    text-align: left;
    -webkit-transition: all .5s cubic-bezier(0.33, 0, .67, 1);
    -o-transition: all .5s cubic-bezier(0.33, 0, .67, 1);
    -moz-transition: all .5s cubic-bezier(0.33, 0, .67, 1);
    transition: all .5s cubic-bezier(0.33, 0, .67, 1);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-top: 2%;
}

.indmh-content .a:hover {
    -webkit-transform: scaleX(1.04);
    -moz-transform: scaleX(1.04);
    -ms-transform: scaleX(1.04);
    -o-transform: scaleX(1.04);
    transform: scaleX(1.04);
    color: #5a5a5a;
}

.indmh-content .a span {
    display: inline-block;
    vertical-align: top;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: all .5s cubic-bezier(0.33, 0, .67, 1);
    -o-transition: all .5s cubic-bezier(0.33, 0, .67, 1);
    -moz-transition: all .5s cubic-bezier(0.33, 0, .67, 1);
    transition: all .5s cubic-bezier(0.33, 0, .67, 1);
}

.indmh-content .a:hover span {
    -webkit-transform: scaleX(1.04);
    -moz-transform: scaleX(1.04);
    -ms-transform: scaleX(1.04);
    -o-transform: scaleX(1.04);
    transform: scaleX(1.04);
}

.indmh-content .a i {
    position: relative;
    display: inline-block;
    margin-left: 7px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: all .5s cubic-bezier(0.33, 0, .67, 1);
    -o-transition: all .5s cubic-bezier(0.33, 0, .67, 1);
    -moz-transition: all .5s cubic-bezier(0.33, 0, .67, 1);
    transition: all .5s cubic-bezier(0.33, 0, .67, 1);
    width: 40px;
    height: 26px;
    border: solid 2px #2a2933;
}

.indmh-content .a:hover i {
    border-color: #2a2933;
    -webkit-transform: scale(1.2) translateX(6px);
    -moz-transform: scale(1.2) translateX(6px);
    -ms-transform: scale(1.2) translateX(6px);
    -o-transform: scale(1.2) translateX(6px);
    transform: scale(1.2) translateX(6px);
    background: #2a2933;
}

.indmh-content .a i:before {
    content: ">";
    font-style: normal;
    position: absolute;
    left: 50%;
    margin-left: -4px;
    top: 0;
    height: 24px;
    line-height: 24px;
    text-align: center;
    -webkit-transition: all .33s cubic-bezier(0.33, 0, .67, 1) .17s;
    -o-transition: all .33s cubic-bezier(0.33, 0, .67, 1) .17s;
    -moz-transition: all .33s cubic-bezier(0.33, 0, .67, 1) .17s;
    transition: all .33s;
    font-family: "宋体";
    font-weight: bold;
}

.indmh-content .a:hover i:before {
    opacity: 0;
    color: #415fff;
    -webkit-transform: translateX(7px) scale(0.3);
    -moz-transform: translateX(7px) scale(0.3);
    -ms-transform: translateX(7px) scale(0.3);
    -o-transform: translateX(7px) scale(0.3);
    transform: translateX(7px) scale(0.3);
    -webkit-transition: all .33s cubic-bezier(0.33, 0, .67, 1);
    -o-transition: all .33s cubic-bezier(0.33, 0, .67, 1);
    -moz-transition: all .33s cubic-bezier(0.33, 0, .67, 1);
    transition: all .33s cubic-bezier(0.33, 0, .67, 1)
}

.indmh-content .a i:after {
    opacity: 0;
    content: ">";
    font-style: normal;
    position: absolute;
    left: 50%;
    margin-left: -2px;
    top: 0;
    height: 24px;
    line-height: 24px;
    text-align: center;
    -webkit-transition: all .33s cubic-bezier(0.33, 0, .67, 1) .17s;
    -o-transition: all .33s cubic-bezier(0.33, 0, .67, 1) .17s;
    -moz-transition: all .33s cubic-bezier(0.33, 0, .67, 1) .17s;
    transition: all .33s;
    font-family: "宋体";
    font-weight: bold;
}

.indmh-content .a:hover i:after {
    opacity: 1;
    color: #fff;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all .33s cubic-bezier(0.33, 0, .67, 1) .17s;
    -o-transition: all .33s cubic-bezier(0.33, 0, .67, 1) .17s;
    -moz-transition: all .33s cubic-bezier(0.33, 0, .67, 1) .17s;
    transition: all .33s cubic-bezier(0.33, 0, .67, 1) .17s;
    left: 60%;
}


@media all and (max-width:1599px) {

    /*关于*/

    .indmh-text {
        top: 88vh;
    }

    .indmh-shade {
        height: 100%;
    }

    .indmh-content {
        height: 100%;
    }

}



@media all and (max-width:1279px) {

    /*关于*/

    .indmh-text span {
        margin-left: 18px;
    }

}



@media all and (max-width:1151px) {

    /*关于*/

    .indmh {
        height: auto;
        margin-top: 4px;
    }

    .indmh-sticky {
        position: static;
    }

    .indmh-bg {
        /*position: absolute;width: 100%;height: 100%;top: 0;left: 0;*/
        position: static;
        height: auto;
    }

    .indmh-bg img {
        height: auto;
    }

    .indmh-logo {
        display: none;
    }

    .indmh-text {
        display: none;
    }

    /*.indmh-content{position: relative;height: auto;opacity: 1;pointer-events: auto;}*/
    .indmh-content .h3 {
        margin-top: 5%;
    }



}








@media screen and (max-width: 480px) {

    /*关于*/
    .indmh-content .h3 {
        font-size: 15px;
    }

    .indmh-content .a {
        font-size: 13px;
        line-height: 20px;
        height: 20px;
    }

    .indmh-content .a i {
        width: 36px;
        height: 20px;
    }

    .indmh-content .a i:before {
        height: 18px;
        line-height: 18px;
    }



}





@media screen and (max-width: 420px) {



    /*关于*/
    .indmh-content .a {
        font-size: 12px;
    }

}

@media screen and (max-width: 360px) {}





.index-about {
    background: url(../images/bg2（1）.jpg) no-repeat center / cover;
    height: 100%;
    padding-top: 10vh
}

.index-about .flex-box .cont-div {
    width: 50%;
}

.index-about .flex-box .img-div {
    width: 45%;
}



.index-about .flex-box .cont-div .text {
    --lh: 1.75em;
    max-height: calc(var(--lh)*6);
    overflow-y: auto;
    font-size: 16px;
    line-height: var(--lh);
    color: #666666;
}

.index-about .flex-box .cont-div .more-box-a {
    margin-top: 11%;
}

@media (max-width: 1600px) {
    .index-about {
        padding-top: 80px;
        padding-bottom: 300px;
        height: 100%;
    }

    .index-about .flex-box .cont-div {
        width: 51.35%;
        padding-top: 3%;
    }

    .index-about .flex-box .cont-div .text {
        --lh: 1.7em;
        margin-top: 15px;
    }

    .index-about .flex-box .cont-div .more-box-a {
        margin-top: 6%;
    }
}

@media (max-width: 1200px) {


.index-about .flex-box .img-div {
    width: 100%;
}

    .index-about {
        padding-top: 0.65rem;
        padding-bottom: 0.6rem;

    }


    .index-about .wrap-1600 {
        background: rgba(0, 0, 0, 0.5);
        padding: var(--fs20);
    }

    .index-about .wrap-1600 a,
    .index-about .wrap-1600 div,
    .index-about .wrap-1600 span,
    .index-about .wrap-1600 h1 {
        color: #fff !important
    }

    .index-about .flex-box .cont-div {
        width: 100%;
        padding-top: 0.1rem;
    }

    .index-about .flex-box .cont-div .text {
        --lh: 1.6em;
        margin-top: 0.15rem;
        max-height: 100em;
        font-size: 0.28rem;
    }

    .index-about .flex-box .cont-div .more-box-a {
        margin-top: 0.25rem;
    }



}






/*关于我们 end*/




.auto-title-block .auto-title-en {
    font-size: var(--fs20);
    line-height: 0.7em;
    color: #1d50ad;
}

.auto-title-block .auto-title-en .text-transparent {
    -webkit-text-stroke: 1px var(--main-color);
    color: transparent;
}

.auto-title-block .auto-title-h2 {
    margin-top: 10px;
    font-size: var(--fs28);
    font-weight: bold;
    line-height: var(--fs32);
    color: var(--h2-color);
}

.auto-title-block .auto-title-h2-des {
    margin-top: 10px;
    font-size: 32px;
    line-height: 1.4em;
    color: #666666;
}

@media (max-width: 1600px) {
    .auto-title-block .auto-title-en {
        font-size: 50px;
    }

    .auto-title-block .auto-title-h2 {
        margin-top: 7px;
        font-size: 22px;
    }

    .auto-title-block .auto-title-h2-des {
        margin-top: 5px;
        font-size: 28px;
    }
}

@media (max-width: 1200px) {
    .auto-title-block .auto-title-en {
        font-size: 0.4rem;
    }

    .auto-title-block .auto-title-h2 {
        margin-top: 0.15rem;
        font-size: 0.3rem;
    }

    .auto-title-block .auto-title-h2-des {
        margin-top: 0.1rem;
        font-size: 0.3rem;
    }
}

/*å…³äºŽæˆ‘ä»¬ end*/






/***标题***/
.auto-title-block {
    --text-color: 51, 51, 51;
    --text-des-color: 102, 102, 102;
    --text-opacity: 1;
    padding-top: clamp(3.5em, 4vw, 50px);
    padding-bottom: 2.5em;
    font-size: 16px;
    line-height: 1.4em;
}



.auto-title-block .auto-title-des {
    margin-top: clamp(0.5em, 0.9vw, 1.1em);
    color: rgba(var(--text-des-color), var(--text-opacity));
}

@media (max-width: 1600px) {
    .auto-title-block .auto-title-h2 {
        font-size: clamp(1.5em, 1.8vw, 40px);
    }

    .auto-title-block .auto-title-des {
        margin-top: clamp(0.5em, 0.9vw, 1.1em);
        color: rgba(var(--text-des-color), var(--text-opacity));
    }
}

@media (max-width: 1200px) {
    .auto-title-block {
        padding-top: 2em;
        padding-bottom: 1.5em;
        font-size: 0.26rem;
    }

    .auto-title-block .auto-title-h2 {
        font-size: 1.5em;
    }
}

/***标题***/
.auto-title-block-a {
    --text-color: 35, 45, 57;
    --text-des-color: 137, 144, 153;
    --text-opacity: 1;
    padding-top: 4em;
    padding-bottom: 2.5em;
    font-size: 16px;
    line-height: 1.4em;
}

.auto-title-block-a .auto-title-a-h2 {
    font-size: 2.5em;
    line-height: 1.4em;
    color: rgba(var(--text-color), var(--text-opacity));
}

.auto-title-block-a .auto-title-a-des {
    margin-top: 0.5em;
    color: rgba(var(--text-des-color), var(--text-opacity));
}

@media (max-width: 1500px) {
    .auto-title-block-a {
        padding-top: 3em;
        padding-bottom: 2em;
    }

    .auto-title-block-a .auto-title-a-h2 {
        font-size: 2em;
    }
}

@media (max-width: 1200px) {
    .auto-title-block-a {
        padding-top: 1.5em;
        padding-bottom: 1.3em;
        font-size: 0.28rem;
    }

    .auto-title-block-a .auto-title-a-h2 {
        font-size: 1.3em;
    }

    .auto-title-block-a .auto-title-a-des {
        margin-top: 0.3em;
    }
}






.index-product {
    --wrap-w: var(--wrap-1600-width);
    position: relative;
    height: 100%;
    background: url(../images/bg2.jpg) no-repeat center / cover;
    overflow: hidden;
    padding-bottom: 200px;
}



@media(max-width:1200px) {

    .index-product {

        padding-bottom: 50px;
    }

}









/*首页产品中心*/


.index-product .next-menu {
    margin-bottom: 0.3rem
}
.index-product .divhidden {
    display: none;
}
.index-product .wrap-1600 > div:nth-child(3) {
    display: block;
}
.index-product .next-menu .swiper .swiper-slide .link {
    background: #7d9fbf;
    margin-right: 0.1rem;
    border-radius: 20px;
color:#fff;
}

.index-product .next-menu .swiper .swiper-slide .link:hover,
.index-product .next-menu .swiper .swiper-slide .link.on {
    background: #d13838;
}










/*首页服务*/



#m2 {
    position: relative;
    z-index: 2;
    background: #fff;
}

#m2 .list {
    width: 100%;
    height: calc(100vh);
    /*background: #eee url('../images/probg1.jpg') no-repeat center/cover; 

*/
    position: relative;
}

#m2 .list .pbg1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all .65s ease;
    z-index: 2
}

#m2 .list .s0 {
    background: url('../images/bigimg1.jpg') no-repeat center/cover;
    transition: 1s;
    z-index: 2
}

#m2 .list .s1 {
    background: url('../images/bigimg2.jpg') no-repeat center/cover;
    transition: 1s;
    z-index: 2
}

#m2 .list .s2 {
    background: url('../images/bigimg3.jpg') no-repeat center/cover;
    transition: 1s;
    z-index: 2
}

#m2 .list .s3 {
    background: url('../images/bigimg4.jpg') no-repeat center/cover;
    transition: 1s;
    z-index: 2
}

#m2 .list .active {
    opacity: 1;
}

#m2 .list .item {
    width: 33.33%;
    height: 100%;
    position: relative;
    border-right: 1px solid #e9e9e9;
    box-sizing: border-box;

    z-index: 2;
    text-align: center;
    transition: all .55s;
}

#m2 .list:hover .item,
#m2 .list:hover .item.on {
    border-right: 1px solid rgba(255, 255, 255, .5);
    color: #fff
}

#m2 .list .item:last-child {
    border-right: 0px none;
}

#m2 .list .item .pbg {
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(#000, #333);
    opacity:

        0;
    transition: all .4s;
    z-index: 1
}

#m2 .list .item:hover .pbg {
    opacity: .5;
}

#m2 .list .item:hover .tit,
#m2 .list .item:hover .desc {
    color: #fff
}



@media (max-width:1439px) {

    /*1366*/
    #m2 .tit-container .desc {
        font-size: 1.6rem;
    }
}

#m2 .list .wrapper {
    display: flex;
    height: 100%;
    position: relative;
}

#m2 .list .box {
    position: relative;
    z-index: 2;
    top: 25%;
    transition: all .35s;
}

#m2 .list .wrapper .active {
    top: 20%;
}

#m2 .list .item i {
    font-size: 10rem;
    background: linear-gradient(#fb5483, #4488fa);
    -webkit-background-clip: text;
    color:

        transparent;
    height: 10rem;
    line-height: 10rem;
    transition: all .35s;
}

#m2 .list .item i.icon-buildings_tower- {
    font-size: 9.6rem;
}

#m2 .list .item i.icon-taiyangnengdianchi {
    font-size: 9.4rem;
}

#m2 .list .item i.icon-ditie {
    font-size: 9.6rem;
}

#m2 .list .item .active i {
    color: #fff;
}

#m2 .list .item .tit {
    font-size: 0.4rem;
    color: #fff;
    margin-top: 32px;
    transition: all .35s;
    font-weight: bold;
}

#m2 .list .item .active .tit {
    color: #fff;
    font-size: 4rem;
}

#m2 .list .item .desc {
    font-size: 0.18rem;
    color: #fff;
    line-height: 1.6;
    height: 50px;
    transition: all .35s;
    max-width:

        350px;
    margin: 28px auto auto auto;
}

#m2 .list .item .active .desc {
    color: rgba(255, 255, 255, .8);
}

#m2 .list .item .more {
    margin: 50px;
    border: 1px solid #d3d3d3;
    font-size: 0.1rem;
    padding: 15px 35px;
    display: inline-block;
    border-radius: 50px;
    color: #999;
    transition: all .28s;
}

#m2 .list:hover .more {
    opacity: .7;
    background: #fff;
    color: #666;
    border: 1px solid #fff;
}

#m2 .list .active .more {
    opacity: .7;
    background: #fff;
    color: #666;
    margin-top: 110px;
    border: 1px solid #fff;
}

#m2 .list .item .more:hover {
    opacity: 1;
    color: #5f8cec;
}

@media (max-width:1679px) {

    /*1440*/
    #m2 .list .item i {
        font-size: 9rem;
    }

    #m2 .list .item i.icon-buildings_tower- {
        font-size: 8.6rem;
    }

    #m2 .list .item i.icon-taiyangnengdianchi {
        font-size: 8.4rem;
    }

    #m2 .list .item i.icon-ditie {
        font-size: 8.6rem;
    }

    #m2 .list .item .tit {
        font-size: 0.3rem;
    }

    #m2 .list .item .active .tit {
        font-size: 0.2rem;
    }

    #m2 .list .item .desc {
        font-size: 0.15rem;
    }
}

@media (max-width:1439px) {

    /*1366*/
    #m2 .list .item i {
        font-size: 8.6rem;
    }

    #m2 .list .item i.icon-buildings_tower- {
        font-size: 8.2rem;
    }

    #m2 .list .item i.icon-taiyangnengdianchi {
        font-size: 8rem;
    }

    #m2 .list .item i.icon-ditie {
        font-size: 0.8rem;
    }

    #m2 .list .item .active .tit {
        font-size: 0.3rem;
    }

    #m2 .list .item .desc {
        font-size: 0.14rem;
    }

    #m2 .list .item .tit {
        font-size: 0.26rem;
        margin-top: 10px;
    }

    #m2 .list .item .active .tit {
        font-size: 0.3rem;
    }

    #m2 .list .item .box .desc {
        font-size: 0.14rem;
        max-width: 90%;
        margin: 20px auto auto auto;
    }

    #m2 .list .item .more {
        margin: 40px;
        font-size: 0.14rem;
        padding: 13px 32px;
    }

    #m2 .list>.pbg {
        display: none;
    }
}

@media (max-width:1365px) {

    /*1280*/
    #m2 .list .item .tit {
        font-size: 0.4rem;
    }

    #m2 .list .item .active .tit {
        font-size: 0.27rem;
    }

    #m2 .list .item .desc {
        font-size: 0.13rem;
        padding: 0 10px;
    }
}

@media (max-width:1279px) {

    /*MP*/
    #m2 .tit-container {
        background: #111 url('../images/probg1.jpg') no-repeat center/cover;
        padding: 50px 0 55px 0;
    }

    #m2 .tit-container .desc {
        padding: 0 15px;
    }

    #m2 .list .item:hover .pbg {
        opacity: 0;
    }

    #m2 .list .item.active .pbg {
        opacity: .75;
    }

    #m2 .list {
        height: auto;
        background: none;
    }

    #m2 .list .wrapper {
        display: block;
        height: auto;
    }

    #m2 .list .item {
        width: 100%;
        height: auto;
        border-right: 0px none;
        border-bottom: 1px solid #eee;
    }

    #m2 .list .box {
        top: 0;
        padding: 30px 15px;
    }

    #m2 .list .item i {
        font-size: 6.6rem;
    }

    #m2 .list .item i.icon-buildings_tower- {
        font-size: 5.6rem;
    }

    #m2 .list .item i.icon-taiyangnengdianchi {
        font-size: 5.4rem;
    }

    #m2 .list .item i.icon-ditie {
        font-size: 5.6rem;
    }

    #m2 .list:hover .more {
        opacity: 1;
        background: unset;
        color: #999;
        border: 1px solid #d3d3d3;
    }

    #m2 .list .item.active .more {
        opacity: .7;
        background: #000;
        color: #666;
        border: 1px solid #fff;
    }

    #m2 .list .item .pbg {
        width: 100%;
        height: 100%;
        position: absolute;
        background: linear-gradient(#006db8, #004e84);
        opacity:

            0;
        transition: all .4s;
    }

    #m2 .list .item:hover .pbg {
        opacity: .5;
    }

    #m2 .list .item:hover .tit,
    #m2 .list .item:hover .desc {
        color: #fff
    }

    #m2 .list:hover .item .more {
        color: #fff
    }


}







.index3 {
    width: 100%;
    overflow: hidden;
    background: url(../images/index3_bg.jpg) no-repeat center center;
    background-size: cover;
    padding: var(--fs100) 0;
}

.title_index3 {
    text-align: center;
    margin-bottom: 50px;
}

.title_index3 .title1 {
    font-size: var(--fs42);
    line-height: var(--fs52);
    color: #1a1a1a;
}

.title_index3 .title2 {
    font-size: 22px;
    color: #787878;
}

.index3 .wrap {
    display: flex;
}

.index3 .list {
    width: 50%;
    overflow: hidden;
}

.index3 .list .item {
    width: 50%;
    height: 50%;
    float: left;
    border: 1px solid #014f98;
}

.index3 .list .item a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 30px 0;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
}

.index3 .list .item .icon {
    position: relative;
    overflow: hidden;
    width: 100%;
    text-align: center;
}

.index3 .list .item .icon::before {
    content: "";
    display: block;
    padding-top: 12%;
}

.index3 .list .item .icon img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}

.index3 .list .item .icon .img {
    opacity: 1;
}

.index3 .list .item .icon .img-act {
    opacity: 0;
}

.index3 .list .item .txtbox {
    margin-top: 20px;
    text-align: center;
    width: 100%;
}

.index3 .list .item .txtbox .text1 {
    font-size: 24px;
    color: #000;
}

.index3 .list .item .txtbox .text2 {
    font-size: 18px;
    color: #5e5e5e;
    margin-top: 5px;
}

.index3 .list .item:hover {
    background-color: #014f98;
}

.index3 .list .item:hover .icon .img {
    opacity: 0;
    transform: rotateX(360deg);
}

.index3 .list .item:hover .icon .img-act {
    opacity: 1;
    transform: rotateX(360deg);
}

.index3 .list .item:hover .txtbox .text1 {
    color: #fff;
}

.index3 .list .item:hover .txtbox .text2 {
    color: #fff;
}

.index3 .imgbox {
    width: 50%;
    text-align: center;
    overflow: hidden;
}

.index3 .imgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}





@media (max-width: 1199px) {

    .title_index3 {
        margin-bottom: 30px;
    }

    .title_index3 .title1 {
        font-size: 36px;
    }

    .title_index3 .title2 {
        font-size: 16px;
    }

    .index3 .list .item .icon::before {
        padding-top: 18%;
    }

    .index3 .list .item .txtbox .text1 {
        font-size: 20px;
    }

    .index3 .list .item .txtbox .text2 {
        font-size: 16px;
    }


}

@media (min-width: 991px) {
    .header .header_nav {
        display: block !important;
    }
}

@media (max-width: 991px) {

    .title_index3 .title1 {
        font-size: 26px;
    }

    .title_index3 .title2 {
        font-size: 14px;
    }

    .index3 .list .item .txtbox {
        margin-top: 10px;
    }

    .index3 .list .item .txtbox .text1 {
        font-size: 16px;
    }

    .index3 .list .item .txtbox .text2 {
        font-size: 14px;
        margin: 0;
    }

}

@media (max-width: 767px) {

    .title_index3 .title1 {
        font-size: 18px;
    }

    .index3 .wrap {
        flex-wrap: wrap;
    }

    .index3 .list {
        width: 100%;
    }

    .index3 .list .item a {
        padding: 15px 0;
    }

    .index3 .list .item .txtbox .text1 {
        font-size: 14px;
    }

    .index3 .list .item .txtbox .text2 {
        font-size: 12px;
    }

    .index3 .imgbox {
        width: 100%;
    }

    .index3 .imgbox img {
        width: 100%;
        height: auto;
    }

}

/*
服务行业
*/




/*解决方案*/
.i_title {
    text-align: left;
    overflow: hidden;
    margin-top: 6%;
}

.i_title .label {
    display: block;
    height: 22px;
    line-height: 22px;
    color: #333333;
    font-size: 20px;
    transition: all 0.3s;
}

.i_title .h4 {
    font-weight: bold;
    max-height: 120px;
    line-height: 1.3;
    margin-top: 8px;
    overflow: hidden;
    color: #333333;
    transition: all 0.3s;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.i_title .p {
    line-height: 1.6;
    margin-top: 12px;
    overflow: hidden;
    color: #333333;
    transition: all 0.3s;
    font-size: 18px;
}

.i_title .rbtn {
    float: right;
    margin-top: -55px;
}

.i_solution {
    overflow: hidden;
    margin-bottom: 6%;
}

.i_solution ul li {
    float: left;
    width: 13.31%;
    margin-right: 1.42%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.6s ease-out 0s;
    -moz-transition: all 0.6s ease-out 0s;
    -o-transition: all 0.6s ease-out 0s;
    transition: all 0.6s ease-out 0s;
    border-radius: 10px;
}

.i_solution ul li:nth-child(6n+0) {
    margin-right: 0;
}

.i_solution ul li.on {
    width: 26.35%;
}

.i_solution ul li .imgs {
    overflow: hidden;
    padding-top: 500px;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center center;
}

.i_solution ul li .imgs img {
    display: block;
    overflow: hidden;
    width: 100%;
    opacity: 0;
    filter: Alpha(opacity=0);
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
}

.i_solution ul li .imgs:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    transition: all 0.3s;
}

.i_solution ul li.on .imgs:after {
    background: rgba(49, 49, 49, 0.6);
}

.i_solution ul li .txts {
    overflow: hidden;
    position: absolute;
    top: 0%;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: left;
    transition: all 0.6s;
    opacity: 0;
    filter: Alpha(opacity=0);
}

.i_solution ul li.on .txts {
    opacity: 1.0;
    filter: Alpha(opacity=100);
}

.i_solution ul li .txts .boxs {
    width: 94%;
    margin: 0 auto;
    max-width: 340px;
    overflow: hidden;
}

.i_solution ul li .txts .h4 {
    overflow: hidden;
    line-height: 32px;
    font-size: var(--fs24);
    height: 32px;
    color: #fff;
    font-weight: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.i_solution ul li .txts .p {
    overflow: hidden;
    line-height: 32px;
    height: 96px;
    font-size: 16px;
    color: #fff;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-top: 21px;
}

.i_solution ul li .txts .rbtn {
    margin-top: 47px;
}

.i_solution ul li .txts2 {
    overflow: hidden;
    position: absolute;
    top: 0%;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: left;
    transition: all 0.6s;
}

.i_solution ul li.on .txts2 {
    opacity: 0;
    filter: Alpha(opacity=0);
}

.i_solution ul li .txts2 .p {
    writing-mode: tb-rl;
    color: #fff;
    font-weight: bold;
    font-size: var(--fs24);
font-weight: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.i_solution ul li .txts2 .cons {
    margin: 0 auto;
    text-align: center;
}

.i_more2.rbtn {
    padding: 0 19px;
    display: inline-block;
    font-size: var(--fs16);
    color: #fff;
    background: #d13838;
    background-size: cover;
    border-radius: 6px;
    font-style: normal;
}

.i_more2.rbtn span {
    height: 50px;
    line-height: 50px;
    background: url(../images/i_pic1.png) no-repeat right center;
    background-size: 7px 12px;
    padding-right: 21px;
}

@media screen and (max-width: 960px) {

    /*解决方案*/
    .i_title .label {
        font-size: 18px;
    }

    .i_title .p {
        font-size: 16px;
    }

    .i_solution ul li {
        width: 32%;
        margin-right: 2%;
        margin-bottom: 2%;
    }

    .i_solution ul li:nth-child(3n+0) {
        margin-right: 0;
    }

    .i_solution ul li.on {
        width: 32%;
    }

    .i_solution ul li.on .txts {
        opacity: 0;
        filter: Alpha(opacity=0);
    }

    .i_solution ul li.on .txts2 {
        opacity: 1.0;
        filter: Alpha(opacity=100);
    }

    .i_solution ul li .imgs {
        padding-top: 122%;
        background-size: cover;
    }
}

@media screen and (max-width: 640px) {

    /*解决方案*/
    .i_title .label {
        font-size: 16px;
    }

    .i_title .p {
        font-size: 14px;
    }

    .i_solution ul li .imgs {
        padding-top: 130%;
    }
}

@media screen and (max-width: 480px) {

    /*解决方案*/
    .i_title .label {
        font-size: 14px;
    }

    .i_title .p {
        font-size: 13px;
        margin-top: 6px;
    }

    .i_title .h4 {
        margin-top: 4px;
    }

    .i_solution ul li {
        width: 49%;
    }

    .i_solution ul li:nth-child(3n+0) {
        margin-right: 2%;
    }

    .i_solution ul li:nth-child(2n+0) {
        margin-right: 0;
    }

    .i_solution ul li.on {
        width: 49%;
    }

    .i_solution ul li .imgs {
        padding-top: 134%;
    }
}




.solution .content {
    background: #333;
}

.solution .content:after {
    content: "";
    height: 0;
    display: block;
    clear: both;
}

.solution .box {
    width: 20%;
    float: left;
    position: relative;
    overflow: hidden;
    transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
}

.solution .box img {
    width: 100%;
    display: block;
}

.solution .box .filter2,
.solution .box .filter1 {
    width: 100%;
    height: 65%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    background: url(../images/solution_filter1.png) repeat-x 0 0;
    background-size: auto 100%;
    opacity: 0;
    transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
}

.solution .box .filter2 {
    height: 100%;
    background: url(../images/solution_filter2.png);
    background-repeat: inherit;
    opacity: 1;
}

.solution .box .pic {
    height: 630px;
    background: no-repeat center;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}

.solution .box .title {
    width: 100%;
    min-height: 72px;
    line-height: 72px;
    font-size: 24px;
    color: #ecf0f0;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    z-index: 5;
    text-align: center;
    padding: 20px 0;
    transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
}

.solution .box .title::after,
.solution .box .title::before {
    width: 100px;
    height: 1px;
    background: url(../images/solution_line.png);
    content: " ";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    z-index: 2;
}

.solution .box .title::after {
    top: auto;
    bottom: 0;
}

.solution .box .title span {
    display: inline-block;
    vertical-align: middle;
    line-height: 32px;
    margin-top: -10px;
}

.solution .box .text {
    width: 100%;
    position: absolute;
    left: 100px;
    bottom: 40px;
    z-index: 10;
    padding: 0 44px;
    color: #fff;
    opacity: 0;
    transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
}

.solution .box .text .tit {
    height: 30px;
    line-height: 30px;
    font-size: 24px;
    color: #fff;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.solution .box .text .txt {
    height: 48px;
    line-height: 24px;
    font-size: 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    margin: 20px 0 36px 0;
}

.solution .box.on {
    width: 40%;
}

.solution .box.on .filter2 {
    opacity: 0;
}

.solution .box.on .filter1 {
    opacity: 1;
}

.solution .box.on .title {
    opacity: 0;
}

.solution .box.on .text {
    opacity: 1;
    left: 0;
}




@media only screen and (max-width: 1200px) {

    .solution {
        padding: 0 0 10px !important;
    }

    .solution {
        margin-top: 0;
    }

    .solution .content {
        margin-top: 0;
    }

    .solution .box.on,
    .solution .box {
        width: 50%;
    }

    .solution .box .pic {
        height: 300px;
    }

    .solution .box .filter2 {
        height: 100%;
    }

    .solution .box .title {
        min-height: 42px;
        line-height: 22px;
        font-size: 16px;
        padding: 10px 0;
    }

    .solution .box .title span {
        line-height: 22px;
        margin-top: -4px;
    }

    .solution .box .text {
        left: 100px;
        bottom: 10px;
        padding: 0 10px;
    }

    .solution .box .text .tit {
        font-size: 16px;
    }

    .solution .box .text .txt {
        height: 40px;
        line-height: 20px;
        font-size: 12px;
        margin: 10px 0;
    }
}









/*新闻动态*/
.i_news_bg {
    background: url(../images/news-bg.jpg) no-repeat center / cover;
    overflow: hidden;
}

.i_news_bg .i_title2 {
    text-align: left;
}

.i_news {

    margin-top: 3%;

}

.i_news_one {
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 0;
}

.i_news_one::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: linear-gradient(90deg,
        #c1dea3 0%,
        #398281 100%),
        linear-gradient(#fafafa,
        #fafafa);
    background-blend-mode: normal,
        normal;
    opacity: 0.6;
    transition: all 0.3s;
    z-index: -1;
}

.i_news_one .imgs {
    width: 448px;
    overflow: hidden;
    float: right;
}

.i_news_one .imgs img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.6s ease-out 0s;
    -moz-transition: all 0.6s ease-out 0s;
    -o-transition: all 0.6s ease-out 0s;
    transition: all 0.6s ease-out 0s;
    /*-webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%);-o-filter: grayscale(100%); filter: grayscale(100%); filter: gray;*/
}

.i_news_one:hover .imgs img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    /*-webkit-filter: grayscale(0%); -moz-filter: grayscale(0%); -ms-filter: grayscale(0%);-o-filter: grayscale(0%); filter: grayscale(0%); filter:none;*/
}

.i_news_one .boxs {
    width: 94%;
    margin: 0 auto;
    max-width: 870px;
}

.i_news_one .txts {
    float: left;
    width: calc(100% - 448px);
    width: -webkit-calc(100% - 448px);
    width: -moz-calc(100% - 448px);
    overflow: hidden;
    padding-top: 35px;
}

.i_news .h3 {
    font-weight: normal;
    color: #333;
    overflow: hidden;
    transition: all 0.3s;
}

.i_news_one .h3 {
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 32px;
    height: 32px;
    margin-top: 13px;
}

.i_news .date {
    color: #666666;
    overflow: hidden;
    line-height: 24px;
    height: 24px;
    margin-top: 10px;
    background: url(../images/i_pic7.png) left center no-repeat;
    background-size: 16px 16px;
    padding-left: 25px;
}

.i_news_one .p {
    color: #666666;
    line-height: 28px;
    height: 56px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 8px;
}

.i_news_bg .imore {
    overflow: hidden;
    margin-top: 38px;
    float: left;
    color: #666666;
    transition: all 0.3s;
    line-height: 32px;
}

.i_news_bg .imore span {
    margin-left: 9px;
    background: url(../images/i_pic8.png) center center no-repeat;
    background-size: 100% auto;
    width: 18px;
    height: 32px;
    transition: all 0.3s;
    display: inline-block;
    vertical-align: middle;
}

.i_news_one:hover .imore,
.i_news_two li:hover .imore {
    background: linear-gradient(90deg, #1d50ad 0%, #436c06 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.i_news_one:hover .imore span,
.i_news_two li:hover .imore span {
    background-image: url(../images/i_pic8_on.png);
    width: 24px;
}

.i_news_two {
    margin-top: 10px;
    overflow: hidden;
    clear: both;
    margin-bottom: 8%;
}

.i_news_two li {
    width: 32%;
    max-width: 500px;
    overflow: hidden;
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 10px;
}

.i_news_two li:hover {
    background-image: linear-gradient(90deg,
        #c1dea3 0%,
        #398281 100%),
        linear-gradient(#fafafa,
        #fafafa);
}

.i_news_two li .h3 {
    line-height: 36px;
    height: 36px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 11px;
}

.i_news_one:hover .h3,
.i_news_two li:hover .h3 {
    background: linear-gradient(90deg, #fff 0%, #48ccbf 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.i_news_two li .imore {
    margin-top: 20px;
}

@media screen and (max-width: 1500px) {}

@media screen and (max-width: 1400px) {}

@media screen and (max-width: 1260px) {}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 960px) {


    /*新闻动态*/
    .i_news_bg .i_title2 {
        text-align: center;
    }

    .i_news_one .imgs {
        float: none;
        width: 100%;
    }

    .i_news_one .txts {
        float: none;
        width: calc(100% - 0px);
        width: -webkit-calc(100% - 0px);
        width: -moz-calc(100% - 0px);
        padding-bottom: 30px;
        padding-top: 20px;
    }

    .i_news_bg .imore {
        margin-top: 20px
    }

    .i_news_two li .imore {
        margin-top: 20px;
    }

    .i_news_two {
        margin-bottom: 16%;
    }

    .i_news_two ul {
        display: block;
    }

    .i_news_two li {
        width: 100%;
        max-width: none;
        padding-bottom: 0;
        padding-top: 20px;
        border-bottom: 1px solid var(--main-color);
    }

    .i_news_two li .h3 {
        height: auto;
    }

}

@media screen and (max-width: 780px) {}

@media screen and (max-width: 640px) {

    /*新闻动态*/
    .i_news .date {
        line-height: 20px;
        height: 20px;
    }

    .i_news_bg .imore {
        margin-top: 10px;
    }

    .i_news_two li .imore {
        margin-top: 10px;
    }

    .i_news_two li {
        padding-top: 15px;
    }

    .i_news_two li .h3 {
        line-height: 30px;
    }

    .i_news_one .h3 {
        height: 26px;
        line-height: 26px;
    }
}

@media screen and (max-width: 480px) {


    /*新闻动态*/
    .i_news_bg .imore {
        margin-top: 5px;
    }

    .i_news_one .txts {
        padding-top: 15px;
        padding-bottom: 20px;
    }

    .i_news_two {
        margin-bottom: 25%;
    }

    .i_news_two li {
        padding-top: 5px;
    }

    .i_news_two li .imore {
        margin-top: 5px;
    }
}


@media screen and (max-width: 420px) {}

@media screen and (max-width: 360px) {}

@keyframes banner-down {
    0% {
        margin-top: 0;
    }

    100% {
        transform: translate(0%, 10px);
    }
}

@-o-keyframes banner-down {
    0% {
        margin-top: 0;
    }

    100% {
        transform: translate(0%, 10px);
    }
}

@-moz-keyframes banner-down {
    0% {
        margin-top: 0;
    }

    100% {
        transform: translate(0%, 10px);
    }
}

@-webkit-keyframes banner-down {
    0% {
        margin-top: 0;
    }

    100% {
        transform: translate(0%, 10px);
    }
}

@keyframes mymove6 {
    from {
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transform: translateY(-100px) translateX(0);
        -moz-transform: translateY(-100px) translateX(0);
        transform: translateY(-100px) translateX(0);
        -webkit-transition-timing-function: ease-in-out;
        transition-timing-function: ease-in-out;
    }

    to {
        filter: alpha(opacity=100);
        opacity: 1;
        -webkit-transform: translateY(0px) translateX(0);
        -moz-transform: translateY(0px) translateX(0);
        transform: translateY(0px) translateX(0);
    }
}

@-webkit-keyframes mymove6 {

    /*from { filter:alpha(opacity=0);opacity:0; margin-bottom:-20%;}
  to {margin-bottom:3%;filter:alpha(opacity=1);opacity:1;}*/
    from {
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transform: translateY(-100px) translateX(0);
        -moz-transform: translateY(-100px) translateX(0);
        transform: translateY(-100px) translateX(0);
        -webkit-transition-timing-function: ease-in-out;
        transition-timing-function: ease-in-out;
    }

    to {
        filter: alpha(opacity=100);
        opacity: 1;
        -webkit-transform: translateY(0px) translateX(0);
        -moz-transform: translateY(0px) translateX(0);
        transform: translateY(0px) translateX(0);
    }
}

@keyframes map-point {
    0% {
        opacity: 1;
        transform: scale(1);
    }

    100% {
        opacity: 0.15;
        transform: scale(5);
    }
}

@-webkit-keyframes fadeInRight2 {
    from {
        opacity: 1.0;
        -webkit-transform: translate3d(100px, 0, 0);
        transform: translate3d(100px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInRight2 {
    from {
        opacity: 1.0;
        -webkit-transform: translate3d(100px, 0, 0);
        transform: translate3d(100px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}





.index-ingenuity {
    --wrap-w: var(--wrap-1600-width);
    position: relative;
    height: 100%;
    background: url(../images/bg1.jpg) no-repeat center / cover;
    overflow: hidden;
}

.index-ingenuity .auto-title-en {
    width: var(--wrap-1600-width);
    white-space: nowrap;
}

.index-ingenuity .left-cont {
    width: 30%;
    color: #333333;
}

.index-ingenuity .left-cont ul li {
    background: #1d50ad;
    color: #fff;
    margin-bottom: var(--fs30);
    padding: var(--fs25);
    border-radius: 10px;
}

.index-ingenuity .left-cont ul li dl {
    font-size: var(--fs30);
    color: #fff;
}

.index-ingenuity .left-cont ul li:hover {
    background: #058849
}


.index-ingenuity .left-cont .cont {
    margin-top: 32px;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4em;
}

.index-ingenuity .left-cont .des {
    margin-top: 17px;
    font-size: 18px;
    line-height: 1.4em;
}

.index-ingenuity .ul {
    --pad: 10px;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}

.index-ingenuity .ul .li {
    width: 100%;
    padding: calc(var(--pad)*1);
}

.index-ingenuity .ul .li-box {
    display: block;

    border-radius: 10px;

    height: 100%;
    transition: all 0.3s;
}

.index-ingenuity .ul .li-box:hover {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0);

    background-blend-mode: normal, normal;
}

.index-ingenuity .ul .li-box:hover .i-h .i {
    opacity: 0;
}

.index-ingenuity .ul .li-box:hover .i-h .h {
    opacity: 1;
}

.index-ingenuity .ul .li-box:hover .word {
    color: #ffffff;
}

.index-ingenuity .ul .li-box:hover .more-box-a .more-box .more-box-a-jt {
    --fill: var(--main-color);
    background: #ffffff;
}

.index-ingenuity .ul .li-box:hover .more-box-a .more-box .more-word {
    border-bottom-color: #ffffff;
    color: #ffffff;
}

.index-ingenuity .ul .i-h {
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.index-ingenuity .ul .i-h img {
    display: block;
    opacity: 0;
    transition: opacity 0.3s;
}

.index-ingenuity .ul .i-h .i {
    opacity: 1;
}

.index-ingenuity .ul .i-h .h {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.index-ingenuity .ul .word {
    margin-top: 20px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5em;
    color: #333333;
}

.index-ingenuity .ul .more-box-a {
    margin-top: 20px;
}

.index-ingenuity .right-cont {
    --cyclew: 60%;
    --csonw: 110px;
    width: var(--cyclew);
}

.index-ingenuity .right-cont .cycle-block {
    position: relative;
}

.index-ingenuity .right-cont .cycle-block::before {
    content: '';
    display: block;
    padding-top: 100%;
}

.index-ingenuity .right-cont .big-cycle {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid var(--main-color);
    animation: cycle1 infinite 40s linear;
}

.index-ingenuity .right-cont .big-cycle .p1 {
    left: 26%;
    top: 6%;
}

.index-ingenuity .right-cont .big-cycle .p2 {
    left: 86%;
    top: 85%;
}

.index-ingenuity .right-cont .big-cycle .cycle-son {
    animation: cycle2 infinite 40s linear;
}

.index-ingenuity .right-cont .mid-cycle {
    position: absolute;
    left: 15.66%;
    top: 15.66%;
    width: 68.32%;
    height: 68.32%;
    border-radius: 50%;
    border: 1px dashed var(--main-color);
    animation: cycle2 infinite 40s linear;
}

.index-ingenuity .right-cont .mid-cycle .cycle-son {
    animation: cycle1 infinite 40s linear;
}

.index-ingenuity .right-cont .img-cycle {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    width: 29.89%;
}

.index-ingenuity .right-cont .white-cycle {
    --wcw: 18px;
    position: absolute;
    height: 0;
    width: 0;
}

.index-ingenuity .right-cont .white-cycle .point {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.07);
    background: #ffffff;
    border-radius: 50%;
    width: var(--wcw);
    height: var(--wcw);
}

.index-ingenuity .right-cont .cycle-son {
    display: flex;
    position: absolute;
    z-index: 2;
    width: 0;
    top: 0;
}

.index-ingenuity .right-cont .cycle-son .cycle-son-bg {
    display: flex;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.07);
    width: var(--csonw);
    height: var(--csonw);
    padding: 10px;
    background: #ffffff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.index-ingenuity .right-cont .cycle-son img {
    display: block;
    margin: 0 auto;
}

.index-ingenuity .right-cont .cycle-son .title {
    margin-top: 8px;
    font-size: 16px;
    line-height: 1.4em;
    color: #333333;
}

.index-ingenuity .right-cont .li1 {
    left: 99%;
    top: 46%;
}

.index-ingenuity .right-cont .li2 {
    left: 25%;
    top: 95%;
}

.index-ingenuity .right-cont .li3 {
    left: 0%;
    top: 44%;
}

.index-ingenuity .right-cont .li4 {
    left: 75%;
    top: 6%;
}

.index-ingenuity .right-cont .li5 {
    left: 83%;
    top: 90%;
}

@keyframes cycle1 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes cycle2 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}

@media (max-width: 1600px) {
    .index-ingenuity .left-cont .cont {
        margin-top: 10px;
    }

    .index-ingenuity .left-cont .des {
        margin-top: 7px;
    }

    .index-ingenuity .ul {
        margin-top: 15px;
    }

    .index-ingenuity .right-cont {
        --cyclew: 53%;
        --csonw: 90px;
        margin-right: 180px;
    }

    .index-ingenuity .right-cont .cycle-son img {
        width: 26px;
    }

    .index-ingenuity .right-cont .cycle-son .title {
        font-size: 12px;
    }
}

@media (max-width: 1441px) {
    .index-ingenuity {
        padding-top: calc(var(--header-height)*0.9);
    }

    .index-ingenuity .left-cont .cont {
        margin-top: 6px;
        font-size: 18px;
    }

    .index-ingenuity .left-cont .des {
        margin-top: 5px;
        font-size: 16px;
    }

    .index-ingenuity .ul {
        margin-top: 10px;
    }

    .index-ingenuity .ul .i-h img {
        width: 40px;
    }

    .index-ingenuity .ul .word {
        margin-top: 10px;
        font-size: 16px;
        line-height: 1.4em;
    }

    .index-ingenuity .ul .more-box-a {
        margin-top: 10px;
    }

    .index-ingenuity .right-cont {
        --cyclew: 26%;
        --csonw: 80px;
        margin-top: 5%;
    }

    .index-ingenuity .right-cont .cycle-son img {
        width: 24px;
    }

    .index-ingenuity .right-cont .cycle-son .title {
        margin-top: 5px;
    }
}

@media (max-width: 1200px) {
    .index-ingenuity {
        padding-top: calc(var(--header-height)*0.5);
    }

    .index-ingenuity .left-cont {
        width: 100%;
        text-align: center;
    }

    .index-ingenuity .left-cont .cont {
        margin-top: 0.1rem;
        font-size: 0.26rem;
    }

    .index-ingenuity .left-cont .des {
        margin-top: 0.1rem;
        font-size: 0.24rem;
    }

    .index-ingenuity .left-cont .ul {
        --pad: 0.1rem;
        margin-top: 0.15rem;
    }

    .index-ingenuity .left-cont .ul .li-box {
        border-radius: 0.1rem;
        padding: 0.35rem 0.15rem;
    }

    .index-ingenuity .left-cont .ul .i-h img {
        width: 0.5rem;
    }

    .index-ingenuity .left-cont .ul .word {
        margin-top: 0.15rem;
        font-size: 0.26rem;
    }

    .index-ingenuity .right-cont {
        --cyclew: 100%;
        --csonw: 1.4rem;
        margin-left: auto;
        margin-right: auto;
    }

    .index-ingenuity .right-cont .cycle-son img {
        width: 0.36rem;
    }

    .index-ingenuity .right-cont .title {
        margin-top: 0.1rem;
        font-size: 0.26rem;
    }

    .index-ingenuity .left-cont ul li {
        background: #1d50ad;
        color: #fff;
        margin-bottom: var(--fs30);
        padding: var(--fs30);
        border-radius: 10px;
        width: 48%;
        float: left;
        text-align: center;
        display: block;
        margin: 1%;
    }

    .index-ingenuity .left-cont ul li dl {
        display: block;
        text-align: center;
    }

    .index-ingenuity .left-cont ul li dl img {
        margin-top: var(--fs24);
    }

}






.index-innovation {
    --wrap-w: var(--wrap-1600-width);
    height: 100%;
}

.index-innovation .ul {
    --pad: 10px;
    --br: 10px;
    display: flex;
    margin: calc(var(--pad)*-1);
}

.index-innovation .ul .li {
    width: 38.5%;
    padding: calc(var(--pad)*1);
    transition: all 0.3s;
}

.index-innovation .ul .li.on {
    width: 61.5%;
    z-index: 2;
}

.index-innovation .ul .li.on .box-div {
    color: #444444;
}

.index-innovation .ul .li.on .img {
    filter: grayscale(0%);
    width: 100%;
}

.index-innovation .ul .li.on .line {
    height: 1px;
}

.index-innovation .ul .li.on .cont {
    height: calc(var(--lh)*4);
}

.index-innovation .ul .li.on .more-box-b {
    opacity: 1;
}

.index-innovation .ul .li:nth-child(1) .img {
    border-top-left-radius: var(--br);
    border-bottom-left-radius: var(--br);
}

.index-innovation .ul .li:nth-child(1) .img img {
    object-position: right center;
}

.index-innovation .ul .li:nth-child(2) .img {
    left: auto;
    right: 0;
    border-top-right-radius: var(--br);
    border-bottom-right-radius: var(--br);
}

.index-innovation .ul .li:nth-child(2) .img img {
    object-position: left center;
}

.index-innovation .ul .li:nth-child(2) .box-div {
    padding-left: 50px;
}

.index-innovation .ul .box {
    display: block;
    position: relative;
    height: 560px;
    padding: 70px 50px;
    transition: all 0.3s;
}

.index-innovation .ul .img {
    position: absolute;
    left: 0;
    top: 0;
    width: calc(100% + 12%);
    height: 100%;
    overflow: hidden;
    filter: grayscale(100%);
    transition: all 0.3s;
}

.index-innovation .ul .img img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all 0.3s;
}

.index-innovation .ul .box-div {
    --lh: 1.5em;
    margin-left: 0%;
    position: relative;
    width: 700px;
    max-width: 100%;
    font-size: 16px;
    line-height: var(--lh);
    color: #000;
    transition: all 0.3s;
}

.index-innovation .ul .box-div .num {
    font-size: 85px;
    font-weight: bold;
    line-height: 0.8em;
    opacity: 0.4;
    color: #fff;
}

.index-innovation .ul .box-div .title {
    margin-top: 13px;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.4em;
    color: #fff;
}

.index-innovation .ul .box-div .title-en {
    /* opacity: 0.8; */
    color: #fff;
}

.index-innovation .ul .box-div .line {
    display: block;
    margin-top: 28px;
    height: 0;
    background-color: #fff;
    opacity: 0.2;
    transition: all 0.3s;
}

.index-innovation .ul .box-div .cont {
    margin-top: 25px;
    -webkit-line-clamp: 3;
    height: 0;
    /* opacity: 0.8; */
    color: #fff;
    transition: all 0.3s;
    padding: 0;
}

.index-innovation .ul .box-div .more-box-b {
    --dc: #fff;
    margin-top: 40px;
    opacity: 0;
    transition: all 0.3s;
}

@media (max-width: 1600px) {
    .index-innovation .ul {
        padding-top: 20px;
    }

    .index-innovation .ul .box {
        height: 400px;
        padding: 40px 30px;
    }

    .index-innovation .ul .box-div {
        --lh: 1.4em;
    }

    .index-innovation .ul .box-div .num {
        font-size: 65px;
    }

    .index-innovation .ul .box-div .title {
        margin-top: 5px;
        font-size: 26px;
    }

    .index-innovation .ul .box-div .line {
        margin-top: 15px;
    }

    .index-innovation .ul .box-div .cont {
        margin-top: 15px;
    }

    .index-innovation .ul .box-div .more-box-b {
        margin-top: 15px;
    }
}

@media (max-width: 1441px) {
    .index-innovation .ul {
        padding-top: 15px;
    }

    .index-innovation .ul .box {
        height: 320px;
        padding: 30px 25px;
    }

    .index-innovation .ul .box-div {
        font-size: 14px;
    }

    .index-innovation .ul .box-div .num {
        font-size: 55px;
    }

    .index-innovation .ul .box-div .title {
        font-size: 22px;
    }

    .index-innovation .ul .box-div .line {
        margin-top: 10px;
    }

    .index-innovation .ul .box-div .cont {
        margin-top: 10px;
    }

    .index-innovation .ul .box-div .more-box-b {
        margin-top: 10px;
    }
}

@media (max-width: 1200px) {
    .index-innovation .title-flex {
        justify-content: center;
        text-align: center;
    }

    .index-innovation .title-flex .auto-title-block {
        margin-bottom: 0.2rem;
        width: 100%;
    }

    .index-innovation .ul {
        padding-top: 0.4rem;
        flex-wrap: wrap;
    }

    .index-innovation .ul .li {
        width: 100% !important;
    }

    .index-innovation .ul .li .box {
        height: auto;
        padding: 0.3rem 0.25rem;
        overflow: hidden;
        border-radius: var(--br);
    }

    .index-innovation .ul .li .box .box-div {
        margin: 0 !important;
        padding: 0;
        font-size: 0.24rem;
        color: #444444;
    }

    .index-innovation .ul .li .box .box-div .num {
        font-size: 0.5rem;
    }

    .index-innovation .ul .li .box .box-div .title {
        margin-top: 0.1rem;
        font-size: 0.3rem;
    }

    .index-innovation .ul .li .box .box-div .more-box-b {
        margin-top: 0.15rem;
        opacity: 1;
    }

    .index-innovation .ul .li .box .line {
        margin-top: 0.2rem;
        height: 1px;
    }

    .index-innovation .ul .li .box .cont {
        margin-top: 0.2rem;
        height: calc(var(--lh)*3);
    }

    .index-innovation .ul .li .box .img {
        border-radius: var(--br);
        width: 120%;
        filter: grayscale(0%);
    }
}









.index-honor {
    margin-top: var(--fs100);
    padding-bottom: var(--fs54);
    background: url(../images/bg1.jpg) no-repeat center / cover;


}

.index-honor .list1 {
    margin: 0;
}

.index-honor .swiper {
    /*margin-top: 45px;*/
}

.index-honor .swiper .list1-li {
    height: 225px;
    padding: 0;
}

.index-honor .swiper .list1-box {
    transform: translateY(0);
}

.index-honor .swiper-points-num {
    margin-top: 60px;
}

.index-honor .swiper-points-num .cycle-box {
    --size: var(--cw);
    display: block;
}

.index-honor .swiper-points-num .cycle-box .cycle-son::before {
    --b-c: #000000;
    --b-w: 1px;
}

@media (max-width: 1600px) {
    .index-honor {
        padding-top: calc(var(--header-height)*0.9);
    }

    .index-honor .swiper {
        margin-top: 15px;
        height: 410px;
    }

    .index-honor .swiper .swiper-slide {
        height: 195px;
    }

    .index-honor .swiper-points-num {
        margin-top: 30px;
    }
}

@media (max-width: 1441px) {
    .index-honor .swiper {
        height: 350px;
    }

    .index-honor .swiper .swiper-slide {
        height: 165px;
    }

    .index-honor .swiper-points-num {
        margin-top: 15px;
    }
}

@media (max-width: 1200px) {
    .index-honor {
        padding-top: var(--header-height);
    }

    .index-honor .title-flex {
        text-align: center;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }

    .index-honor .title-flex .auto-title-block {
        margin-bottom: 0.2rem;
    }

    .index-honor .swiper {
        --slideh: calc(var(--imgw)*0.75);
        margin-top: 0.4rem;
        height: calc(var(--slideh)*3 + 10px*2);
    }

    .index-honor .swiper .swiper-wrapper {
        align-content: flex-start;
    }

    .index-honor .swiper .swiper-slide {
        /*margin-top: 10px;*/
        height: var(--slideh);
    }

    .index-honor .swiper .swiper-slide:nth-child(3n+1) {
        margin-top: 0;
    }

    .index-honur .swiper {
        --slideh: calc(var(--imgw)*0.75);
        margin-top: 0.4rem;
        height: calc(var(--slideh)*3 + 10px*2);
    }
}










.auto-banner {
    position: relative;
    overflow: hidden;
}

.auto-banner .cont {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding-bottom: 60px;
    color: #ffffff;
}

.auto-banner .cont .auto-title-en {
    margin-bottom: -0.15em;
    opacity: 0.6;
    letter-spacing: 0.02em;
}

.auto-banner .cont .auto-title-h2 {
    color: #ffffff;
}

@media (max-width: 1600px) {
    .auto-banner .cont {
        padding-bottom: 50px;
    }

    .auto-banner .cont .title {
        font-size: 36px;
    }

    .auto-banner .cont .title-en {
        font-size: 22px;
    }
}

@media (max-width: 1400px) {
    .auto-banner .cont .title {
        font-size: 32px;
    }

    .auto-banner .cont .title-en {
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    .auto-banner .cont {
        padding-bottom: 0;
    }

    .auto-banner .img-div img {
        min-height: 3rem;
        object-fit: cover;
    }
}

.about-about {
    padding-top: 0;
    padding-bottom: 120px;
    overflow: hidden;
}

.about-about .flex-box .left-cont {
    width: 54%;
}

.about-about .flex-box .right-box {
    width: 40%;
}

.about-about .flex-box .cont {
    margin-top: 40px;
    font-size: 16px;
    line-height: 2em;
    color: #666666;
}

.about-about .flex-box .cont p {
    margin-top: 0.4em;
}

.about-about .flex-box .i-num-list {
    margin-top: 140px;
    gap: 55px;
    font-size: 16px;
    line-height: 1.4em;
    color: #666666;
}

.about-about .flex-box .i-num-list .line {
    display: block;
    transform: skewX(-15deg);
    width: 1px;
    height: 69px;
    background: rgba(0, 0, 0, 0.2);
}

.about-about .flex-box .i-num-list .top-box {
    display: flex;
}

.about-about .flex-box .i-num-list .num-box {
    font-size: 52px;
    font-weight: bold;
    line-height: 0.9em;
    letter-spacing: -2px;
    color: #333333;
}

.about-about .flex-box .i-num-list .dw {
    margin-left: 0.5em;
}

.about-about .flex-box .img-box {
    border-radius: 10px;
}

@media (max-width: 1600px) {
    .about-about {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .about-about .flex-box .left-cont {
        width: 54%;
    }

    .about-about .flex-box .cont {
        margin-top: 20px;
        line-height: 1.6em;
    }

    .about-about .flex-box .cont p {
        margin-top: 1em;
    }

    .about-about .flex-box .i-num-list {
        margin-top: 80px;
        gap: 45px;
    }

    .about-about .flex-box .i-num-list .num-box {
        font-size: 48px;
        letter-spacing: -1px;
    }
}

@media (max-width: 1200px) {
    .about-about {
        padding-top: 0.65rem;
        padding-bottom: 0.6rem;
    }

    .about-about .flex-box .left-cont {
        width: 100%;
    }

    .about-about .flex-box .right-box {
        width: 100%;
    }

    .about-about .flex-box .cont {
        margin-top: 0.2rem;
        font-size: 0.26rem;
    }

    .about-about .flex-box .i-num-list {
        margin-top: 0.3rem;
        margin-bottom: 0.4rem;
        gap: 0.4rem;
        justify-content: space-between;
        font-size: 0.26rem;
    }

    .about-about .flex-box .i-num-list .line {
        height: 0.7rem;
    }

    .about-about .flex-box .i-num-list .num-box {
        font-size: 0.4rem;
        letter-spacing: 0;
    }

    .about-about .flex-box .img-box {
        border-radius: 0.12rem;
    }
}

.about-history {
    padding-top: 120px;
    padding-bottom: 135px;
    background: url(../images/about/bg1.jpg) no-repeat center / cover;
    overflow: hidden;
}

.about-history .swiper-box {
    --imgmt: 30px;
    margin-top: 48px;
    position: relative;
    font-size: 16px;
    line-height: 1.75em;
    color: #333333;
}

.about-history .swiper-box::before {
    content: '';
    display: block;
    position: absolute;
    transform: translate(-50%, 0);
    left: 50%;
    bottom: 0;
    width: 100vw;
    height: 1px;
    background: #333333;
}

.about-history .swiper-box .swiper-slide {
    position: relative;
    height: auto;
    padding-bottom: 62px;
}

.about-history .swiper-box .li-box {
    display: block;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    height: 100%;
    min-height: 495px;
    padding: 20px 30px;
}

.about-history .swiper-box .img-box {
    margin-top: 0;
    transition: margin 0.3s;
}

.about-history .swiper-box .text {
    margin-top: 13px;
}

.about-history .swiper-box .year {
    position: absolute;
    left: 0;
    bottom: 28px;
    width: 100%;
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    line-height: 1em;
    color: #333333;
}

.about-history .swiper-box .line {
    display: flex;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    align-items: flex-end;
}

.about-history .swiper-box .line .line-son {
    margin-left: 16.66%;
    height: 10px;
    width: 1px;
    background-color: #333333;
}

.about-history .swiper-box .line .line-son.big {
    margin-left: 0;
    width: 2px;
    height: 20px;
}

@media (max-width: 1600px) {
    .about-history {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .about-history .swiper-box {
        --imgmt: 20px;
        margin-top: 38px;
    }

    .about-history .swiper-box .swiper-slide {
        padding-bottom: 52px;
    }

    .about-history .swiper-box .li-box {
        min-height: 435px;
        padding: 15px 20px;
    }

    .about-history .swiper-box .text {
        margin-top: 10px;
    }

    .about-history .swiper-box .year {
        font-size: 28px;
    }

    .about-history .swiper-box .line .line-son.big {
        height: 18px;
    }
}

@media (min-width: 1201px) {
    .about-history .swiper-box .swiper-slide.swiper-slide-active .li-box {
        border-left: 1px solid rgba(0, 0, 0, 0.1);
    }

    .about-history .swiper-box .swiper-slide.swiper-slide-active .img-box {
        margin-top: calc(4*var(--imgmt));
    }

    .about-history .swiper-box .swiper-slide.swiper-slide-active+.swiper-slide .img-box {
        margin-top: calc(3*var(--imgmt));
    }

    .about-history .swiper-box .swiper-slide.swiper-slide-active+.swiper-slide+.swiper-slide .img-box {
        margin-top: calc(2*var(--imgmt));
    }

    .about-history .swiper-box .swiper-slide.swiper-slide-active+.swiper-slide+.swiper-slide+.swiper-slide .img-box {
        margin-top: calc(1*var(--imgmt));
    }

    .about-history .swiper-box .swiper-slide.swiper-slide-active+.swiper-slide+.swiper-slide+.swiper-slide+.swiper-slide .img-box {
        margin-top: calc(0*var(--imgmt));
    }
}

@media (max-width: 1200px) {
    .about-history {
        padding-top: 0.65rem;
        padding-bottom: 0.6rem;
    }

    .about-history .swiper-box {
        --imgmt: 0.1rem;
        margin-top: 0.2rem;
        font-size: 0.26rem;
        line-height: 1.6em;
    }

    .about-history .swiper-box .swiper-slide.swiper-slide-active .li-box {
        border-left: 1px solid rgba(0, 0, 0, 0.1);
    }

    .about-history .swiper-box .swiper-slide.swiper-slide-active .img-box {
        margin-top: calc(4*var(--imgmt));
    }

    .about-history .swiper-box .swiper-slide.swiper-slide-active+.swiper-slide .img-box {
        margin-top: calc(3*var(--imgmt));
    }

    .about-history .swiper-box .li-box {
        min-height: 1rem;
        padding: 0.15rem 0.15rem;
    }

    .about-history .swiper-box .text {
        margin-top: 0.1rem;
    }

    .about-history .swiper-box .year {
        bottom: 0.3rem;
        font-size: 0.32rem;
    }

    .about-history .swiper-box .line .line-son {
        height: 0.15rem;
    }

    .about-history .swiper-box .line .line-son .big {
        height: 0.25rem;
    }
}

.about-honor {
    padding-top: 10px;
    padding-bottom: 10px;
    background: url(../images/about/bg2.jpg) no-repeat center / cover;
    overflow: hidden;
}

.about-honor .swiper-box {
    --br: 10px;
    margin-top: 60px;
}

.about-honor .swiper-box .li-box {
    display: block;
    position: relative;
    background: #ffffff;
    border-radius: var(--br);
}

.about-honor .swiper-box .li-box::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: var(--br);
    width: 100%;
    height: 100%;
    border: 1px solid var(--main-color);
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s;
}

.about-honor .swiper-box .li-box .img-box-div {
    padding: 42px 25px;
}

.about-honor .swiper-box .li-box .img-box {
    margin: 0 auto;
    width: 220px;
    max-width: 100%;
}

.about-honor .swiper-box .li-box .img-box::before {
    padding-top: 134.09%;
}

.about-honor .swiper-box .li-box .title {
    border-radius: 0 0 var(--br) var(--br);
    background-color: #b3b3b3;
    padding: 0.65em 1em;
    text-align: center;
    font-size: 18px;
    line-height: 1.4em;
    color: #ffffff;
    transition: all 0.3s;
}

.about-honor .swiper-box .li-box:hover::after {
    opacity: 1;
}

.about-honor .swiper-box .li-box:hover .title {
    background: var(--main-color);
}

.about-honor .swiper-points {
    padding-top: 40px;
}

@media (max-width: 1600px) {
    .about-honor {
        padding-top: 0px;
        padding-bottom: 10px;
    }

    .about-honor .swiper-box {
        margin-top: 35px;
    }

    .about-honor .swiper-points {
        padding-top: 30px;
    }
}

@media (max-width: 1200px) {
    .about-honor {
        padding-top: 0.65rem;
        padding-bottom: 0.6rem;
    }

    .about-honor .swiper-box {
        --br: 0.15rem;
        margin-top: 0.25rem;
    }

    .about-honor .swiper-box .li-box .img-box-div {
        padding: 0.25rem 0.2rem;
    }

    .about-honor .swiper-box .li-box .title {
        padding: 0.5em 1em;
        font-size: 0.26rem;
    }

    .about-honor .swiper-points {
        padding-top: 0.3rem;
    }
}

.about-engine {
    padding-bottom: var(--fs54);
    background: #f8f8f8;
    overflow: hidden;
}

.product-engine {
    padding-bottom: var(--fs54);
    background: url(../images/bg1.jpg) no-repeat;
    overflow: hidden;
}

.about-engine .swiper-box {
    --br: 10px;
    margin-top: 40px;
}

.box {
    display: block;
    position: relative;
    border-radius: var(--br);
}

.box .img-box::before {
    /*padding-top: 69.23%;*/
}

.cont {
    padding: var(--fs12);
    color: #fff;

}

.index-product .cont {
    background: #fff;
    color: #000;


}

.index-product .cont .swiper-des {
    color: #000
}

.index-product .cont:hover .swiper-des {
    color: #000
}

.swiper-title {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4em;
    color: #333333;
}

.swiper-des {
    margin-top: 6px;
    font-size: 16px;
    line-height: 1.75em;
    color: #fff;
}

.swiper-box .box:hover {
    background: var(--main-color);
}

.swiper-box .box:hover .swiper-title {
    color: #000;
}

.swiper-box .box:hover .swiper-des {
    color: #000;
}







.index-case {
    overflow: hidden;
    padding-top: 105px;
    padding-bottom: 105px;
}

.index-case .big-text {
    margin-top: 65px;
    color: rgba(102, 102, 102, 0.05);
}

.index-case .left-cont {
    width: 400px;
}

.index-case .left-cont .auto-title-block {
    padding-top: 0;
}

.index-case .left-cont .des {
    margin-top: -10px;
    font-size: 16px;
    line-height: 2em;
    color: #666666;
}

.index-case .left-cont .more-box-a {
    margin-top: 78px;
}

.index-case .right-cont {
    width: calc(100% - 400px - 6.25%);
}

.index-case .right-cont .right-o-hide {
    margin-right: calc(var(--bettwen-1600-pad)*-1);
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.index-case .right-cont .swiper-btns .swiper-btn {
    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    --dc: rgba(var(--main-color-rgb), 1);
    --hc: rgba(var(--main-color-rgb), 1);
}

.index-case .right-cont .swiper-btns .prev {
    left: 7%;
}

.index-case .right-cont .swiper-btns .next {
    right: 7%;
}

@media (max-width: 1600px) {
    .index-case {
        padding-top: 85px;
        padding-bottom: 85px;
    }

    .index-case .big-text {
        margin-top: 35px;
    }

    .index-case .left-cont .des {
        margin-top: -20px;
        line-height: 1.9em;
    }

    .index-case .left-cont .more-box-a {
        margin-top: 58px;
    }
}

@media (max-width: 1200px) {
    .index-case {
        padding-top: 0.75rem;
        padding-bottom: 0.65rem;
    }

    .index-case .big-text {
        margin-top: 0;
    }

    .index-case .left-cont {
        width: 100%;
    }

    .index-case .left-cont .des {
        margin-top: -0.1rem;
        font-size: 0.26rem;
        line-height: 1.9em;
    }

    .index-case .left-cont .more-box-a {
        margin-top: 0.25rem;
    }

    .index-case .right-cont {
        margin-top: 0.35rem;
        width: 100%;
    }

    .index-case .right-cont .right-o-hide {
        margin-right: 0;
    }

    .index-case .right-cont .swiper-btns .prev {
        left: 2%;
    }

    .index-case .right-cont .swiper-btns .next {
        right: 2%;
    }
}


@media (max-width: 1600px) {
    .about-engine {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .swiper-box {
        margin-top: 30px;
    }

    .cont {
        padding: 20px 25px;
    }

    .swiper-title {
        font-size: 20px;
    }

    .swiper-des {
        margin-top: 5px;
        font-size: 15px;
        line-height: 1.6em;
    }
}

@media (max-width: 1200px) {
    .about-engine {
        padding-top: 0.65rem;
        padding-bottom: 0.6rem;
    }

    .swiper-box {
        margin-top: 0.3rem;
    }

    .cont {
        padding: 0.2rem 0.15rem;
    }

    .swiper-title {
        font-size: 0.26rem;
    }

    .swiper-des {
        margin-top: 0.06rem;
        font-size: 0.24rem;
    }
}

.RAndD-list {
    --br: 10px;
}

.RAndD-list.type-a .RAndD-li .text-cont {
    padding-top: 0;
}

.RAndD-list .RAndD-li {
    position: relative;
    overflow: hidden;
}

.RAndD-list .RAndD-li:nth-child(2n+1) {
    padding-top: 120px;
    padding-bottom: 60px;
}

.RAndD-list .RAndD-li:nth-child(2n+2) {
    padding-bottom: 110px;
}

.RAndD-list .RAndD-li:nth-child(2n+2)::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: calc(100% - 90px);
    background: #f0f5ed;
}

.RAndD-list .RAndD-li:nth-child(2n+2) .text-cont {
    order: 2;
    width: 785px;
    width: 49.06%;
}

.RAndD-list .RAndD-li:nth-child(2n+2) .auto-title-block-a {
    margin-top: calc(var(--wrap-width)*0.08);
}

.RAndD-list .RAndD-li .wrap-1600 {
    align-items: flex-start;
    flex-wrap: wrap;
}

.RAndD-list .RAndD-li .text-cont {
    position: relative;
    width: 705px;
    width: 44.06%;
    padding: 65px 0 25px;
    font-size: 16px;
    line-height: 2em;
    color: #666666;
}

.RAndD-list .RAndD-li .text-cont .title-block-a-h2 {
    font-weight: bold;
}

.RAndD-list .RAndD-li .text-cont .cont {
    margin-top: 30px;
}

.RAndD-list .RAndD-li .text-cont .cont p+p {
    margin-top: 1.6em;
}

.RAndD-list .RAndD-li .img-cont {
    width: 700px;
    width: 43.75%;
}

.RAndD-list .RAndD-li .img-cont .img-box {
    border-radius: var(--br);
}

.RAndD-list .RAndD-li .img-cont img {
    border-radius: var(--br);
}

@media (max-width: 1600px) {
    .RAndD-list .RAndD-li:nth-child(2n+1) {
        padding-top: 80px;
    }

    .RAndD-list .RAndD-li:nth-child(2n+2) {
        padding-bottom: 80px;
    }

    .RAndD-list .RAndD-li:nth-child(2n+2)::before {
        height: calc(100% - 60px);
    }

    .RAndD-list .RAndD-li .text-cont {
        padding: 55px 0 25px;
        line-height: 1.7em;
    }

    .RAndD-list .RAndD-li .text-cont .cont {
        margin-top: 15px;
    }

    .RAndD-list .RAndD-li .text-cont .cont p+p {
        margin-top: 1.4em;
    }
}

@media (max-width: 1200px) {
    .RAndD-list .RAndD-li:nth-child(2n+1) {
        padding-top: 0.65rem;
        padding-bottom: 0.6rem;
    }

    .RAndD-list .RAndD-li:nth-child(2n+2) {
        padding-top: 0.65rem;
        padding-bottom: 0.6rem;
    }

    .RAndD-list .RAndD-li:nth-child(2n+2)::before {
        height: calc(100% - 0px);
    }

    .RAndD-list .RAndD-li:nth-child(2n+2) .text-cont {
        order: 0;
    }

    .RAndD-list .RAndD-li:nth-child(2n+2) .auto-title-block-a {
        margin-top: 0;
    }

    .RAndD-list .RAndD-li:nth-child(2n+2) .text-cont {
        width: 100%;
    }

    .RAndD-list .RAndD-li .text-cont {
        width: 100%;
        padding: 0 0 0.3rem;
        font-size: 0.26rem;
        line-height: 1.6em;
    }

    .RAndD-list .RAndD-li .text-cont .cont {
        margin-top: 0.1rem;
    }

    .RAndD-list .RAndD-li .text-cont .cont p+p {
        margin-top: 0.6em;
    }

    .RAndD-list .RAndD-li .img-cont {
        width: 100%;
    }
}

.win-list-block {
    padding-top: 0;
}

.win-list-block .auto-title-block-a {
    margin-bottom: 72px;
}

.win-list-block .auto-title-block-a .word {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 990px;
    max-width: 100%;
    font-size: 18px;
    line-height: 1.66em;
    color: #000000;
}

@media (max-width: 1600px) {
    .win-list-block {
        padding-top: 70px;
    }

    .win-list-block .auto-title-block-a {
        margin-bottom: 40px;
    }

    .win-list-block .auto-title-block-a .word {
        margin-top: 15px;
    }
}

@media (max-width: 1200px) {
    .win-list-block {
        padding-top: 0.5rem;
    }

    .win-list-block .auto-title-block-a {
        margin-bottom: 0.3rem;
    }

    .win-list-block .auto-title-block-a .word {
        margin-top: 0.1rem;
        font-size: 0.26rem;
    }
}

.win-info {
    padding-bottom: 120px;
}

.win-info .top-block .pic {
    width: 43.75%;
}

.win-info .top-block .pic .img-box::before {
    padding-top: 71.5%;
}

.win-info .top-block .pic .big {
    border-radius: 10px;
    border: solid 1px #e5e5e5;
}

.win-info .top-block .pic .tab {
    --btw: 40px;
    margin-top: 10px;
    position: relative;
    padding: 0 var(--btw);
}

.win-info .top-block .pic .tab .swiper {
    width: 100%;
}

.win-info .top-block .pic .tab .swiper .swiper-slide {
    cursor: pointer;
}

.win-info .top-block .pic .tab .swiper .swiper-slide img {
    border-radius: 5px;
}

.win-info .top-block .pic .tab .swiper .swiper-slide::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 5px;
    border: 1px solid #e5e5e5;
    width: 100%;
    height: 100%;
}

.win-info .top-block .pic .tab .swiper .swiper-slide:hover::after,
.win-info .top-block .pic .tab .swiper .swiper-slide.on::after {
    border-color: var(--main-color);
}

.win-info .top-block .pic .tab .slide-btn {
    --size: calc(var(--btw)*0.5);
    --fill: #cccccc;
    position: absolute;
    top: 0;
    height: 100%;
    width: calc(var(--btw)*0.9);
    cursor: pointer;
}

.win-info .top-block .pic .tab .slide-btn.prev {
    left: 0;
    transform: rotate(180deg);
}

.win-info .top-block .pic .tab .slide-btn.next {
    right: 0;
}

.win-info .top-block .pic .tab .slide-btn:hover {
    --fill: var(--main-color);
}

.win-info .top-block .des {
    width: 52.5%;
    padding-top: 5%;
}

.win-info .top-block .des .title {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.4em;
    color: #333333;
}

.win-info .top-block .des .text {
    margin-top: 22px;
    border-top: 1px solid #e6e6e6;
    padding-top: 30px;
    font-size: 18px;
    line-height: 2em;
    color: #666666;
}

.win-info .top-block .des .text h6 {
    font-weight: bold;
    color: #333333;
}

.win-info .info-content {
    margin-top: 80px;
}

.win-info .info-content .info-title {
    border-radius: 10px 10px 0px 0px;
    background-color: #f0f0f7;
}

.win-info .info-content .info-title .info-title-span {
    display: inline-block;
    border-radius: 10px 0px 0px 0px;
    background-color: #6eba44;
    min-width: 200px;
    padding: 0 1.5em;
    text-align: center;
    font-size: 20px;
    line-height: 50px;
    color: #ffffff;
}

.win-info .info-content .text-img {
    border: solid 1px #e5e5e5;
    border-top: 0 none;
    border-radius: 0px 0px 10px 10px;
    padding: 37px 60px 60px;
    font-size: 16px;
    line-height: 2.25em;
    color: #666666;
}

@media (max-width: 1600px) {
    .win-info {
        padding-bottom: 80px;
    }

    .win-info .top-block .pic .tab {
        --btw: 38px;
    }

    .win-info .top-block .des {
        padding-top: 2%;
    }

    .win-info .top-block .des .title {
        font-size: 28px;
    }

    .win-info .top-block .des .text {
        margin-top: 18px;
        padding-top: 22px;
        line-height: 1.8em;
    }

    .win-info .info-content {
        margin-top: 60px;
    }

    .win-info .info-content .info-title .info-title-span {
        min-width: 180px;
    }

    .win-info .info-content .text-img {
        padding: 35px 45px 45px;
        line-height: 1.9em;
    }
}

@media (max-width: 1200px) {
    .win-info {
        padding-bottom: 0.6rem;
    }

    .win-info .top-block .pic {
        width: 100%;
    }

    .win-info .top-block .pic .tab {
        --btw: 0.56rem;
    }

    .win-info .top-block .des {
        width: 100%;
        padding-top: 0.4rem;
    }

    .win-info .top-block .des .title {
        font-size: 0.34rem;
    }

    .win-info .top-block .des .text {
        margin-top: 0.2rem;
        padding-top: 0.2rem;
        font-size: 0.26rem;
        line-height: 1.6em;
    }

    .win-info .info-content {
        margin-top: 0.3rem;
    }

    .win-info .info-content .info-title .info-title-span {
        min-width: 2.2rem;
        font-size: 0.28rem;
        line-height: 0.7rem;
    }

    .win-info .info-content .text-img {
        padding: 0.2rem 0.3rem 0.3rem;
        font-size: 0.26rem;
        line-height: 1.6em;
    }
}

.news-list-block {
    padding-top: 100px;
}

.news-list-block .list3 {
    margin-bottom: 12px;
}

@media (max-width: 1600px) {
    .news-list-block {
        padding-top: 70px;
    }

    .news-list-block .list3 {
        margin-bottom: 0;
    }
}

@media (max-width: 1200px) {
    .news-list-block {
        padding-top: 0.5rem;
    }

    .news-list-block .list3 {
        margin-bottom: 0;
    }
}

.news-info {
    --newsibr: 10px;
    padding-top: 100px;
    padding-bottom: 110px;
}

.news-info .left-flex {
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.08);
    border-radius: var(--newsibr);
    width: 71.25%;
    padding: 43px 30px 50px;
}

.news-info .left-flex .info-title {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4em;
    color: #333333;
}

.news-info .left-flex .other {
    margin-top: 9px;
    margin-bottom: 28px;
    font-size: 14px;
    line-height: 1.4em;
    color: #999999;
    text-align: center;
}

.news-info .left-flex .other .author {
    margin-left: 3.5em;
}

.news-info .left-flex .cont {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    padding: 1.35em 0 5em;
    font-size: 16px;
    line-height: 1.75em;
    color: #666666;
}

.news-info .right-flex {
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.08);
    border-radius: var(--newsibr);
    width: 26.25%;
    padding: 45px 30px 40px;
}

.news-info .right-flex .right-flex-title {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4em;
    color: #333333;
}

@media (max-width: 1600px) {
    .news-info {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .news-info .left-flex {
        padding: 35px 30px;
    }

    .news-info .left-flex .info-title {
        font-size: 22px;
    }

    .news-info .left-flex .other {
        margin-top: 5px;
        margin-bottom: 20px;
    }

    .news-info .left-flex .cont {
        padding: 1.3em 0 2em;
        line-height: 1.6em;
    }

    .news-info .right-flex {
        padding: 35px 30px;
    }

    .news-info .right-flex .right-flex-title {
        margin-bottom: 15px;
        font-size: 22px;
    }
}

@media (max-width: 1200px) {
    .news-info {
        padding-top: 0.5rem;
        padding-bottom: 0.4rem;
    }

    .news-info .left-flex {
        width: 100%;
        padding: 0.4rem 0.3rem;
    }

    .news-info .left-flex .info-title {
        font-size: 0.3rem;
    }

    .news-info .left-flex .other {
        margin-top: 0.1rem;
        margin-bottom: 0.15rem;
        font-size: 0.24rem;
    }

    .news-info .left-flex .other .author {
        margin-left: 3em;
    }

    .news-info .left-flex .cont {
        padding: 1em 0;
        font-size: 0.26rem;
    }

    .news-info .right-flex {
        margin-top: 0.4rem;
        width: 100%;
        padding: 0.35rem 0.3rem;
    }

    .news-info .right-flex .right-flex-title {
        margin-bottom: 0.2rem;
        font-size: 0.3rem;
    }
}

.talent-block .flex-box {
    padding: 100px 0;
}

.talent-block .img-box {
    position: relative;
    z-index: 2;
    border-radius: 10px;
    width: 50%;
}

.talent-block .cont-text {
    width: 43.75%;
}

.talent-block .cont-text .auto-title-block {
    position: relative;
}

.talent-block .cont-text .auto-title-en {
    margin-bottom: 0;
    position: absolute;
    bottom: 0;
}

.talent-block .cont-text .word {
    margin-top: 30px;
    font-size: 16px;
    line-height: 1.75em;
    color: #666666;
}

@media (max-width: 1600px) {
    .talent-block .flex-box {
        padding: 80px 0;
    }

    .talent-block .cont-text .word {
        line-height: 1.6em;
    }
}

@media (max-width: 1200px) {
    .talent-block .flex-box {
        padding: 0.75rem 0 0.5rem;
    }

    .talent-block .img-box {
        border-radius: 0.1rem;
        width: 100%;
    }

    .talent-block .cont-text {
        width: 100%;
        padding-top: 0.4rem;
    }

    .talent-block .cont-text .word {
        margin-top: 0.2rem;
        font-size: 0.26rem;
        line-height: 1.8em;
    }
}

.job-block {
    position: relative;
}

.job-block .auto-title-en {
    position: absolute;
}

.job-block .list5 {
    margin-top: 42px;
    position: relative;
}

@media (max-width: 1200px) {
    .job-block .list5 {
        margin-top: 0.4rem;
    }
}

.map-block .map {
    height: clamp(350px, 50vh, 525px);
}

.map-block .map * {
    box-sizing: content-box;
}

.map-block .map .shadow {
    display: none;
}

.site-map {
    --dc: #333333;
    --hc: var(--main-color);
    --lpd: 40px;
    --w: 1200px;
    padding-top: 65px;
    padding-bottom: 65px;
    color: var(--dc);
}

.site-map a {
    color: var(--dc);
    text-decoration: none;
}

.site-map a:hover {
    color: var(--hc);
}

.site-map .wrap-cont {
    margin: 0 auto;
    width: var(--w);
    max-width: calc(100% - 30px);
}

.site-map .site-map-border {
    border: 1px solid #ddd;
    padding: 0 30px 30px;
}

.site-map .site-map-title {
    font-size: 28px;
    margin: 45px 0;
    font-weight: normal;
    text-align: center;
}

.site-map .site-map-list {
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 1.5em;
}

.site-map .map-list-li {
    list-style: none;
}

.site-map .map-list-li+.map-list-li {
    margin-top: 20px;
}

.site-map .list-li-dl {
    margin: 0;
    padding: 0;
}

.site-map .list-dl-dt {
    padding: 0.75em var(--lpd);
    font-weight: bold;
    background: #f5f5f5;
}

.site-map .list-dl-dd {
    --mini-pad: 20px;
    display: flex;
    margin: 0;
    border: 1px solid #eeeeee;
    border-top: 0 none;
    padding: 20px var(--mini-pad);
    flex-wrap: wrap;
}

.site-map .list-dl-dd a {
    margin: 0.3em calc(var(--lpd) - var(--mini-pad));
}

@media (max-width: 1200px) {
    .site-map {
        --lpd: 15px;
        --w: 768px;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .site-map .site-map-border {
        padding: 0 15px 15px;
    }

    .site-map .site-map-title {
        font-size: 17px;
        margin: 15px 0;
    }

    .site-map .site-map-list {
        font-size: 14px;
    }

    .site-map .map-list-li+.map-list-li {
        margin-top: 15px;
    }

    .site-map .list-dl-dt {
        padding: 0.7em var(--lpd);
    }

    .site-map .list-dl-dd {
        --mini-pad: 10px;
        padding: 13px var(--mini-pad);
    }

    .site-map .list-dl-dd a {
        margin: 0.2em calc(var(--lpd) - var(--mini-pad));
    }
}



/*产品  */
.pro-con {
    margin-bottom: var(--fs54);
}

.pro-con {
    padding: var(--fs20);
}

.img-con {
    text-align: center;
    margin-bottom: var(--fs54);
}

.img-con img {
    margin: 0 auto;
    max-width: 100%;
    width: auto
}

.test-con p {
    font-size: var(--fs18);
    line-height: var(--fs34)
}





/*联系我们*/

.contact-info {
    padding-top: var(--fs54);
}

.contact-info .left-cont {
    width: 48.75%;
}

.contact-info .left-cont .map {
    height: 600px;
}

.contact-info .left-cont .map .shadow {
    display: none;
}

.contact-info .left-cont .map * {
    box-sizing: content-box;
}

.contact-info .right-cont {
    width: 47.5%;
    font-size: 16px;
    line-height: 1.4em;
    color: #666666;
}

.contact-info .right-cont .h2 {
    border-bottom: 2px solid rgba(0, 0, 0, 0.2);
    padding-bottom: 15px;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4em;
    color: var(--main-color);
}

.contact-info .right-cont .li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 16px;
    padding-bottom: 16px;
}

.contact-info .right-cont .li .li-icon {
    --sw: 40px;
    --size: 50%;
    --fill: rgba(0, 0, 0, 0.8);
    margin-right: 20px;
    border-radius: 5px;
    border: solid 1px rgba(0, 0, 0, 0.6);
    flex-shrink: 0;
    width: var(--sw);
    height: var(--sw);
}

.contact-info .right-cont .li .li-icon.address {
    --size: 60%;
}

.contact-info .right-cont .li .li-icon.phone {
    --size: 50%;
}

.contact-info .right-cont .li .li-icon.mail {
    --size: 45%;
}

.contact-info .right-cont .li .li-cont {
    color: #333333;
}

.contact-info .right-cont .li .li-cont .li-tit {
    margin-top: -3px;
    color: #999999;
}

.contact-info .right-cont .li .li-cont .li-val {
    margin-top: 3px;
}

.contact-info .right-cont .code-box {
    margin-left: -5px;
    margin-top: 25px;
}

.contact-info .right-cont .code-box .code-li {
    text-align: center;
}

.contact-info .right-cont .code-box .code-li+.code-li {
    margin-left: 25px;
}

@media (max-width: 1600px) {
    .contact-info {
        padding-top: 85px;
    }

    .contact-info .left-cont .map {
        height: 580px;
    }
}

@media (max-width: 1200px) {
    .contact-info {
        padding-top: 0.75rem;
    }

    .contact-info .left-cont {
        width: 100%;
    }

    .contact-info .left-cont .map {
        height: 4.5rem;
    }

    .contact-info .right-cont {
        margin-top: 0.35rem;
        width: 100%;
        font-size: 0.26rem;
    }

    .contact-info .right-cont .h2 {
        padding-bottom: 0.7em;
        font-size: 0.3rem;
    }

    .contact-info .right-cont .li {
        padding-top: 0.35rem;
        padding-bottom: 0.3rem;
    }

    .contact-info .right-cont .li .li-icon {
        --sw: 0.7rem;
        margin-right: 0.3rem;
        border-radius: 0.05rem;
    }

    .contact-info .right-cont .li .li-cont .li-tit {
        margin-top: -0.05rem;
    }

    .contact-info .right-cont .li .li-cont .li-val {
        margin-top: 0.02rem;
    }

    .contact-info .right-cont .code-box {
        margin-left: -0.05rem;
        margin-top: 0.3rem;
        justify-content: center;
    }

    .contact-info .right-cont .code-box .code-li+.code-li {
        margin-left: 0.25rem;
    }

    .contact-info .right-cont .code-box .code-li img {
        width: 1.6rem;
    }
}

.contact-form {
    padding-top: 65px;
    padding-bottom: 120px;
}

.contact-form .title {
    font-size: 40px;
    font-weight: bold;
    line-height: 1.4em;
    color: #333333;
}

.contact-form .des {
    margin-top: 15px;
    margin-bottom: 45px;
    font-size: 16px;
    line-height: 1.4em;
    color: #666666;
}

.contact-form .form {
    --pad: 10px;
    --h: 62px;
    margin: calc(var(--pad)*-1);
    color: #999999;
}

.contact-form .form .input-box {
    padding: var(--pad);
}

.contact-form .form .input-box .input {
    border: 1px solid #cccccc;
    width: 100%;
    padding: 10px 1.25em;
    font-size: 16px;
    line-height: calc(var(--h) - 10px*2);
}

.contact-form .form .input-box .input::placeholder {
    color: #999999;
}

.contact-form .form .input-box textarea {
    display: block;
    height: 180px;
}

.contact-form .form .code-box .input {
    width: 232px;
}

.contact-form .form .code-box img {
    margin-left: 12px;
    width: 134px;
    height: var(--h);
    object-fit: fill;
    cursor: pointer;
}

.contact-form .form .submit-box .submit {
    margin-top: 20px;
    width: 300px;
    border-radius: 10px;
    border: 0 none;
    max-width: 100%;
    padding: 0 1.5em;
    background-color: var(--main-color);
    cursor: pointer;
    text-align: center;
    font-size: 18px;
    letter-spacing: 0.7em;
    line-height: calc(var(--h) + 2px);
    color: #ffffff;
    transition: all 0.3s;
}

.contact-form .form .submit-box .submit:hover {
    background-color: rgba(var(--main-color-rgb), 0.8);
}

@media (max-width: 1600px) {
    .contact-form {
        padding-bottom: 85px;
    }

    .contact-form .title {
        font-size: 32px;
    }

    .contact-form .des {
        margin-top: 10px;
        margin-bottom: 35px;
    }
}

@media (max-width: 1200px) {
    .contact-form {
        padding-top: 0.5rem;
        padding-bottom: 0.65rem;
    }

    .contact-form .title {
        font-size: 0.36rem;
    }

    .contact-form .des {
        margin-top: 0.1rem;
        margin-bottom: 0.3rem;
        font-size: 0.26rem;
    }

    .contact-form .form {
        --pad: 0.12rem;
        --h: 0.7rem;
    }

    .contact-form .form .input-box .input {
        padding: 0.1rem 1em;
        font-size: 0.26rem;
        line-height: calc(var(--h) - 0.1rem*2);
    }

    .contact-form .form .input-box textarea {
        height: 2rem;
    }

    .contact-form .form .submit-box .submit {
        margin-top: 0.2rem;
        width: 70%;
        border-radius: 0.1rem;
        padding: 0 1.2em;
        font-size: 0.28rem;
    }
}

.talent-block {
    position: relative;
    padding-top: 85px;
}

.talent-block .big-text {
    color: rgba(51, 51, 51, 0.05);
}

.talent-block .auto-title-block {
    padding-top: 0;
}

.talent-block .swiper-box {
    margin-top: 10px;
}

@media (max-width: 1600px) {
    .talent-block .swiper-box {
        margin-top: 0px;
    }
}

@media (max-width: 1200px) {
    .talent-block {
        padding-top: 0.75rem;
    }
}


.margin_t_b {
    /*padding-top: var(--fs54) ;*/
    padding-bottom: var(--fs54);
}

@media (max-width: 1200px) {
    .margin_t_b {
        padding-top: var(--fs34);
        padding-bottom: var(--fs34);
    }
}

.li-box .title {
    border-radius: 0 0 var(--br) var(--br);
    background-color: #b3b3b3;
    padding: var(--fs12);
    text-align: center;
    font-size: var(--fs16);
    line-height: 1.4em;
    color: #ffffff;
    transition: all 0.3s;
}

.li-box:hover .title {
    background: var(--main-color);
}

.good-box ul li dt {
    float: left;
    width: 20%;
    text-align: center;
}

.good-box ul li dt img {}

.good-box ul li {
    display: block;
    width: 100%;
    overflow: hidden;
    margin-bottom: var(--fs54);
}

.good-box ul li dd {
    float: left;
    width: 80%;
}

.good-box ul li dd p {
    font-size: var(--fs30);
    line-height: var(--fs54)
}





.index-case {
    --wrap-w: var(--wrap-1600-width);
    position: relative;
    height: 100%;
    background: #fefefe;
    overflow: hidden;
}

.index-honor {
    --wrap-w: var(--wrap-1600-width);
    position: relative;
    height: 100%;
    background: url(../images/bg5.jpg) no-repeat center / cover;
    overflow: hidden;
    padding:150px 0;
}



.title-flex {
    /*margin-bottom:var(--fs54); */
}



.team_box .swiper-title em {
    font-size: var(--fs18)
}

.team_box .swiper-title i {
    font-size: var(--fs14);
    font-style: none;
    margin-left: var(--fs12);
    color: #1d50ad
}

.team_box .cont {
    padding: var(--fs10);
}

.team_box .li-box {
    background: #f8f8f8;
    transition: all 0.3s;
    display: inline-block;
}

.team_box .li-box:hover {
    color: #fff;
    background: #1d50ad;
    display: block;
}

.team_box .li-box:hover div,
.team_box .li-box:hover em,
.team_box .li-box:hover i {
    color: #fff;
}

.info-title {
    font-size: 24px;
    font-weight: bold;
    line-height: 2.4em;
    color: #333333;
    text-align: center;
}

.download {
    text-align: center;
}

.download a {
    background: var(--main-color);
    display: inline-block;
    overflow: hidden;
    border-radius: 10px;
    padding: var(--fs12);
}

.download span {
    --fill: #ffffff;

    background-color: var(--main-color);
    transition: all 0.3s;
    float: left;
    font-size: var(--fs12);
    width: var(--fs24);
    height: var(--fs24);
}

.download i {
    float: left;
    color: #fff;
    line-height: var(--fs24)
}








/*产品中心*/
.i_two_bg {
    background: #eeeeee;
    overflow: hidden;
}

.i_title {
    text-align: center;
    margin-top: 5%;
    overflow: hidden;
}

.i_title .h3 {
    font-weight: normal;
    color: #222222;
    overflow: hidden;
    line-height: 1.3;
}

.i_title span {
    display: block;
    line-height: 1.6;
    overflow: hidden;
    color: #999999;
    text-transform: uppercase;
    font-size: 18px;
}

.i_two_bg2 {
    background: #f6f6f6;
    overflow: hidden;
}

.i_two {
    margin-top: 5%;
    margin-bottom: 5%;
    overflow: hidden;
}

.i_two .divhidden {
    transition: all 0.3s;
    /* height: 0; */
    /* overflow: hidden; */
}

.i_two .divhidden.on {
    opacity: 1.0;
    filter: Alpha(opacity=100);
    /* height: auto; */
    display: block;
}

/*产品中心*/
.owl-demo7 {
    margin: 0 auto;
    text-align: center;
    /*-webkit-box-shadow: 0 5px 30px rgba(0,0,0,0.1); box-shadow: 0 5px 30px rgba(0,0,0,0.1);*/
    margin-top: 4%;
}

/*.owl-demo7.owl-carousel .owl-wrapper-outer{ overflow:visible;}*/
/* Styling Next and Prev buttons*/
.owl-demo7.owl-theme .owl-controls .owl-pagination {
    position: absolute;
    height: 0;
    right: 0;
    bottom: 20%;
    width: 52.1%;
    text-align: right;
    padding-right: 60px;
    display: none;
}

/* Styling Pagination*/
.owl-demo7.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline;
    /*IE7 life-saver*/
}

.owl-demo7.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 14px;
    height: 14px;
    margin: 5px 3px;
    /*filter: Alpha(Opacity=50);opacity: 0.5;*/
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #dadada;
}

.owl-demo7.owl-theme .owl-controls .owl-page.active span {
    background: #0093dd;
}

.owl-demo7.owl-theme .owl-controls .owl-buttons {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    height: 0;
    display: none;
}

.owl-demo7.owl-theme .owl-controls .owl-buttons div {
    color: #FFF;
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 40px;
    height: 40px;
    /*IE7 life-saver*/
    text-indent: 100px;
    line-height: 40px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    margin-top: -20px;
    /*box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15); border-radius:50%;*/
    -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
}

.owl-demo7.owl-theme .owl-controls .owl-buttons div.owl-prev {
    background: url(../images/left.png) center center no-repeat;
    background-size: 100%;
    float: left;
    margin-left: -66px;
}

.owl-demo7.owl-theme .owl-controls .owl-buttons div.owl-prev:hover {
    background-image: url(../images/left_on.png);
    opacity: 0.8;
    filter: Alpha(opacity=80);
}

.owl-demo7.owl-theme .owl-controls .owl-buttons div.owl-next {
    background: url(../images/right.png) center center no-repeat;
    background-size: 100%;
    float: right;
    margin-right: -66px;
}

.owl-demo7.owl-theme .owl-controls .owl-buttons div.owl-next:hover {
    background-image: url(../images/right_on.png);
    opacity: 0.8;
    filter: Alpha(opacity=80);
}

.owl-demo7.owl-theme .owl-controls .owl-page {
    display: inline-block;
}

.owl-demo7 .item {
    margin: 0 0%;
}

.owl-demo7 .item dd {
    margin: 0 auto;
    width: 96%;
    max-width: 160px;
    transition: all 0.3s;
    /*overflow:hidden;*/
    height: 140px;
    /*display: flex; align-items: center; justify-content: left;*/
    cursor: pointer;
    position: relative;
    margin-top: 5px;
}

.owl-demo7 .item dd:after {
    content: "";
    position: absolute;
    right: 50%;
    left: 50%;
    bottom: 0;
    height: 3px;
    width: 0%;
    background: #1d50ad;
}

.owl-demo7 .item dd.on:after {
    width: 100%;
    left: 0;
    right: 0;
}

.owl-demo7 .item dd .h3 {
    font-weight: normal;
    overflow: hidden;
    line-height: 26px;
    color: #333333;
    text-align: center;
    margin-top: 7px;
    font-size: 18px;
}

.owl-demo7 .item dd.on .h3 {
    color: #1d50ad;
}

.owl-demo7 .item dd .imgs {
    width: 50px;
    height: 58px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    transition: all 0.3s;
}

.owl-demo7 .item dd:hover .imgs {
    transform: translate(0%, -5px);
}

.owl-demo7 .item dd .imgs img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s;
}

.owl-demo7 .item dd .imgs img.img2 {
    opacity: 0;
    filter: Alpha(opacity=0);
}

.owl-demo7 .item dd.on .imgs img.img2 {
    opacity: 1.0;
    filter: Alpha(opacity=100);
}

.owl-demo7 .item dd.on .imgs img.img1 {
    opacity: 0;
    filter: Alpha(opacity=0);
}

/*产品中心2*/
.owl-demo10 {
    margin: 0 auto;
    text-align: center;
    /*-webkit-box-shadow: 0 5px 30px rgba(0,0,0,0.1); box-shadow: 0 5px 30px rgba(0,0,0,0.1);*/
}

/*.owl-demo10.owl-carousel .owl-wrapper-outer{ overflow:visible;}*/
/* Styling Next and Prev buttons*/
.owl-demo10.owl-theme .owl-controls .owl-pagination {
    position: absolute;
    height: 0;
    right: 0;
    bottom: 20%;
    width: 52.1%;
    text-align: right;
    padding-right: 60px;
    display: none;
}

/* Styling Pagination*/
.owl-demo10.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline;
    /*IE7 life-saver*/
}

.owl-demo10.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 14px;
    height: 14px;
    margin: 5px 3px;
    /*filter: Alpha(Opacity=50);opacity: 0.5;*/
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #dadada;
}

.owl-demo10.owl-theme .owl-controls .owl-page.active span {
    background: #0093dd;
}

.owl-demo10.owl-theme .owl-controls .owl-buttons {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    height: 0;
}

.owl-demo10.owl-theme .owl-controls .owl-buttons div {
    color: #FFF;
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 45px;
    height: 27px;
    /*IE7 life-saver*/
    text-indent: 100px;
    line-height: 27px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    margin-top: -14px;
    /*box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15); border-radius:50%;*/
    /*-webkit-box-shadow: 0 5px 30px rgba(0,0,0,0.1); box-shadow: 0 5px 30px rgba(0,0,0,0.1); border-radius:50%;*/
}

.owl-demo10.owl-theme .owl-controls .owl-buttons div.owl-prev {
    background: url(../images/left.png) center center no-repeat;
    background-size: 100%;
    float: left;
    margin-left: -156px;
}

.owl-demo10.owl-theme .owl-controls .owl-buttons div.owl-prev:hover {
    background-image: url(../images/left_on.png);
    opacity: 0.8;
    filter: Alpha(opacity=80);
}

.owl-demo10.owl-theme .owl-controls .owl-buttons div.owl-next {
    background: url(../images/right.png) center center no-repeat;
    background-size: 100%;
    float: right;
    margin-right: -156px;
}

.owl-demo10.owl-theme .owl-controls .owl-buttons div.owl-next:hover {
    background-image: url(../images/right_on.png);
    opacity: 0.8;
    filter: Alpha(opacity=80);
}

.owl-demo10.owl-theme .owl-controls .owl-page {
    display: inline-block;
}

.owl-demo10 .item {
    margin: 0 0%;
}

.owl-demo10 .item .imgs {
    float: right;
    width: 50%;
    overflow: hidden;
    padding-top: 30%;
    position: relative;
}

.owl-demo10 .item .imgs img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.6s ease-out 0s;
    -moz-transition: all 0.6s ease-out 0s;
    -o-transition: all 0.6s ease-out 0s;
    transition: all 0.6s ease-out 0s;
    /*-webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%);-o-filter: grayscale(100%); filter: grayscale(100%); filter: gray;*/
}

.owl-demo10 .item dd .imgs:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    /*-webkit-filter: grayscale(0%); -moz-filter: grayscale(0%); -ms-filter: grayscale(0%);-o-filter: grayscale(0%); filter: grayscale(0%); filter:none;*/
}

.owl-demo10 .item dd .txts {
    float: left;
    width: 48%;
    max-width: 650px;
    overflow: hidden;
    text-align: left;
}

.owl-demo10 .item dd .txts .h4 {
    font-weight: bold;
    overflow: hidden;
    height: 40px;
    line-height: 40px;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 15%;
    font-size: var(--fs32)
}

.owl-demo10 .item dd .txts .p {
    line-height: 32px;
    height: 64px;
    margin-top: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #555555;
    font-size: 16px;
}

.owl-demo10 .item dd .txts .a {
    float: left;
    padding-left: 17px;
    padding-right: 17px;
    overflow: hidden;
    position: relative;
    z-index: 0;
    color: #222222;
    font-size: 15px;
    line-height: 40px;
    height: 40px;
    margin-top: 45px;
    transition: all 0.3s;
}

.owl-demo10 .item dd .txts .a:before {
    z-index: -1;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    background: #1d50ad;
    border-radius: 50%;
    transition: all 0.3s;
}

.owl-demo10 .item dd .txts .a:hover {
    /*margin-left:5px; font-weight:bold;*/
    color: #fff;
}

.owl-demo10 .item dd .txts .a:hover:before {
    width: 100%;
    border-radius: 30px;
}

.owl-demo10 .item dd .txts .a span {
    font-family: "宋体";
}

@media screen and (max-width: 1760px) {

    /*产品中心2*/
    .owl-demo10.owl-theme .owl-controls .owl-buttons div.owl-prev {
        margin-left: -110px;
    }

    .owl-demo10.owl-theme .owl-controls .owl-buttons div.owl-next {
        margin-right: -110px;
    }
}

@media screen and (max-width: 1660px) {

    /*产品中心2*/
    .owl-demo10.owl-theme .owl-controls .owl-buttons div.owl-prev {
        margin-left: -90px;
    }

    .owl-demo10.owl-theme .owl-controls .owl-buttons div.owl-next {
        margin-right: -90px;
    }
}

@media screen and (max-width: 1560px) {

    /*产品中心2*/
    .owl-demo10.owl-theme .owl-controls .owl-buttons div.owl-prev {
        margin-left: -50px;
    }

    .owl-demo10.owl-theme .owl-controls .owl-buttons div.owl-next {
        margin-right: -50px;
    }

    .owl-demo10 .item dd .txts .h4 {
        margin-top: 18%;
    }
}

@media screen and (max-width: 1440px) {

    /*产品中心2*/
    .owl-demo10.owl-theme .owl-controls .owl-buttons div {
        display: none;
    }

    .owl-demo10.owl-theme .owl-controls .owl-buttons div.owl-prev {
        margin-left: -20px;
    }

    .owl-demo10.owl-theme .owl-controls .owl-buttons div.owl-next {
        margin-right: -20px;
    }

    .owl-demo10.owl-theme .owl-controls .owl-buttons div {
        width: 40px;
        height: 24px;
        margin-top: -12px;
    }
}

@media screen and (max-width: 1360px) {

    /*产品中心2*/
    .owl-demo10 .item dd .txts .h4 {
        margin-top: 15%;
    }


}

@media screen and (max-width: 1200px) {

    /*产品中心2*/
    .owl-demo10 .item dd .txts .p {
        line-height: 26px;
        height: 52px;
        font-size: 15px;
    }


}

@media screen and (max-width: 1100px) {

    /*产品中心2*/
    .owl-demo10 .item dd .txts .h4 {
        margin-top: 12%;
    }

    .owl-demo10 .item dd .txts .a {
        margin-top: 35px;
    }


}

@media screen and (max-width: 960px) {


    /*产品中心2*/
    .owl-demo10 .item .imgs {
        float: none;
        width: 100%;
        padding-top: 60%;
    }

    .owl-demo10 .item dd .txts {
        float: none;
        width: 100%;
        max-width: none;
    }

    .owl-demo10 .item dd .txts .h4 {
        margin-top: 5%;
    }


}

@media screen and (max-width: 780px) {

    /*产品中心2*/
    .owl-demo10 .item dd .txts .a {
        font-size: 14px;
    }

    .owl-demo10 .item dd .txts .p {
        font-size: 14px;
    }

    .owl-demo10 .item dd .txts .h4 {
        height: 30px;
        line-height: 30px;
    }





}

@media screen and (max-width: 480px) {

    /*产品中心2*/
    .owl-demo10.owl-theme .owl-controls .owl-buttons div {
        width: 30px;
        height: 30px;
        margin-top: -15px;
    }

    .owl-demo10.owl-theme .owl-controls .owl-buttons div.owl-prev {
        margin-left: -5px;
    }

    .owl-demo10.owl-theme .owl-controls .owl-buttons div.owl-next {
        margin-right: -5px;
    }

    .owl-demo10 .item dd .txts .p {
        margin-top: 12px;
        line-height: 24px;
        height: 48px;
        font-size: 13px;
    }

    .owl-demo10 .item dd .txts .a {
        margin-top: 20px;
    }


    /*产品详细*/
    .owl-demo6 .item {
        margin: 0px 4px;
    }

    .owl-demo6.owl-theme .owl-controls .owl-buttons div {
        width: 15px;
        height: 28px;
        margin-top: -14px;
    }


}





/*我们的优势*/

.common-box {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.common-box .common-con h3 {
    margin-bottom: 2px;
    font-weight: bold;
    font-size: var(--fs42);
    line-height: var(--fs52);
    color: #333333;
}

.common-box .common-con p {
    font-size: 24px;
    color: #333333;
}

.common-box .common-r {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.common-box .common-r h3 {
    text-transform: uppercase;
    font-size: 30px;
    color: #333333;
    font-family: Arial;
}




.zd-service {

    padding-bottom: 80px;
    background: #e8ede6;
}

.common-r a {
    padding: 20px 30px;
    background-color: #eaebf0;
    color: #999999;
    position: relative;
    z-index: 3;
}

.common-r a::after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    content: "";
    background-color: var(--sColor);
    transition: .5s;
    z-index: 1;
}

.common-r a:hover::after {
    width: 100%;
}

.common-r a img {
    position: relative;
    z-index: 3;
}

.common-r a span {
    display: inline-block;
    margin-right: 20px;
    position: relative;
    z-index: 3;
}

.common-r a:hover img {
    transform: translateX(5px);
    -webkit-filter: grayscale(100%) brightness(1000%);
    filter: grayscale(100%) brightness(1000%);
}

.common-r a:hover span {
    color: #ffffff;
}

.zd-service ul {
    display: flex;
    justify-content: space-between;
}

.zd-service ul li {
    position: relative;
    width: 25%;
    padding: 50px 0 40px;
    border-right: 1px solid #e5e5e5;
    text-align: center;
    background-image: url(./images/goodbg1.jpg);
    cursor: pointer;
    z-index: 1;
    background-size: 100% 100%;
}

.zd-service ul li:nth-of-type(1) {
    background-image: url(../images/goodbg1.jpg);
}

.zd-service ul li:nth-of-type(2) {
    background-image: url(../images/goodbg2.jpg);
}

.zd-service ul li:nth-of-type(3) {
    background-image: url(../images/goodbg3.jpg);
}

.zd-service ul li:nth-of-type(4) {
    background-image: url(../images/goodbg4.jpg);
}

.zd-service ul li::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 1;
    visibility: visible;
    transition: all .5s;
}

.zd-service ul li:hover::after {
    width: 0;
    opacity: 0;
    visibility: hidden;
}

.zd-service ul li:first-of-type {
    border-left: 1px solid #e5e5e5;
}

.zd-service ul li .ser-hr {
    display: block;
    margin: 50px auto;
    width: 28px;
    height: 4px;
    background-color: #e5e5e5;
}

.zd-service ul li:hover .ser-hr {
    background-color: #ffffff;
}

.zd-service ul li .ser-img {
    display: inline-block;
    padding: 25px 25px;
    border: 1px solid #e7e7e7;
    border-radius: 50%;
    background-color: #ffffff;
}

.zd-service ul li:hover .ser-img {
    background-color: transparent;
    border-color: #ffffff;
}

.zd-service ul li:hover .ser-img img {
    -webkit-filter: grayscale(100%) brightness(1000%);
    filter: grayscale(100%) brightness(1000%);
}

.zd-service ul li .ser-con {
    margin-bottom: 200px;
}

.zd-service ul li h3 {
    font-size: 24px;
    color: #333333;
    margin-bottom: 4px;
}

.zd-service ul li:hover h3 {
    color: #ffffff;
}

.zd-service ul li p {
    font-size: 16px;
    color: #999999;
}

.zd-service ul li:hover p {
    color: #ffffff;
}

.zd-service ul li i {
    font-size: 28px;
    color: #aaaaaa;
}

.zd-service ul li:hover i {
    position: relative;
    color: #ffffff;
    -webkit-animation: divrt 0.6s ease 0s infinite;
    animation: divrt 0.6s ease 0s infinite;
}

@keyframes divrt {
    0% {
        right: 0;
    }

    60% {
        right: -5px;
    }

    100% {
        right: 0;
    }
}

@-webkit-keyframes divrt {
    0% {
        right: 0;
    }

    60% {
        right: -5px;
    }

    100% {
        right: 0;
    }
}

@media (max-width: 1200px) {

    .zd-service {
        padding-top: 60px;
    }

}



.left-white::after {

    animation-name: whiteL;

}

@keyframes whiteL {

    from {
        width: 0;
        opacity: 0;
        visibility: hidden;
    }

    to {
        width: 100%;
        opacity: 1;
        visibility: visible;
    }

}

@media (max-width: 980px) {

    .zd-service {
        padding-top: 60px;
    }

    .zd-service ul {
        margin-top: 0;
        flex-wrap: wrap;
        border-top: 1px solid #e5e5e5;
    }

    .zd-service ul li {
        width: 50%;
        border-bottom: 1px solid #e5e5e5;
    }

    .zd-service ul li:nth-of-type(3) {
        border-left: 1px solid #e5e5e5;
    }

    .zd-service ul li .ser-img {
        padding: 20px;
    }

    .zd-service ul li .ser-img img {
        width: 40px;
    }

    .zd-service ul li .ser-hr {
        margin: 20px auto;
    }

    .zd-service ul li .ser-con {
        margin-bottom: 20px;
    }

}

@media (max-width: 768px) {

    .zd-service {
        padding-top: 0;
        padding-bottom: 20px;
    }

    .zd-service ul li .ser-hr {
        height: 2px;
    }

    .zd-swiper .swiper-pagination-bullet,
    .zd-swiper .swiper-button-next,
    .zd-swiper .swiper-button-prev {
        display: none;
    }

    .case-swiper .swiper-container .swiper-pagination {
        display: none;
    }

}



@media (max-width:1200px) {

    .common-box {
        flex-wrap: wrap;
    }

    .common-box .common-con h3 {
        font-size: 34px;
    }

    .common-box .common-con p {
        font-size: 22px;
    }

}



@media (max-width: 768px) {

    /* .common-box .common-con {width: 100%;} */

    .common-box .common-con h3 {
        font-size: 26px;
    }

    .common-box .common-con p {
        font-size: 18px;
    }

    .common-r a {
        padding: 10px 14px;
    }

    .common-r a span {
        font-size: 12px;
        margin-right: 5px;
    }

    .common-r a img {
        width: 20px;
    }

    /* .common-box .common-r {position: relative;transform: none;} */

}

@media (max-width: 500px) {

    .common-box .common-con h3 {
        font-size: 22px;
    }

    .common-box .common-con p {
        font-size: 16px;
    }

    .common-r a {
        display: none;
    }



    .zd-service ul li {
        padding: 10px 0 0;
        background-size: cover;
    }

    .zd-service ul li .ser-con {
        margin-bottom: 12px;
    }

    .zd-service ul li .ser-hr {
        margin: 25px auto 10px;
    }

    .zd-service ul li h3 {
        font-size: 18px;
    }

    .zd-service ul li p {
        font-size: 14px;
        padding: 0 8px;
    }

    .zd-service ul li i {
        font-size: 20px;
        display: none;
    }

    .zd-service ul li .ser-img {
        padding: 15px;
        position: relative;
        top: 12px;
    }

    .zd-service ul li .ser-img img {
        width: 30px;
    }

}



/* .zd-service>h3{padding-bottom: 40px; font-size: 32px; font-weight: bold;} */

.more {
    margin-top: var(--fs20);


}

.more a {
    line-height: var(--fs30);
    padding: 0 10px;
    background: #f1f1f1;
    display: inline-block;
    border-radius: 10px;
    color: #999;

}

.more:hover a {

    background: var(--main-color);

    color: #fff;

}




/*核心优势*/
.advantage {
    padding: 80px 0 60px 0;
    background: url(../images/bg3.jpg) no-repeat left center / cover
}

.advantage .titlebox {
    display: flex;
    justify-content: center;
    margin-bottom: 40px
}

.advantage .titlebox .atitle {
    max-width: 100%;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    display: inline-flex;
    line-height: 40px;
    padding: 0 52px;
    position: relative
}

.advantage .titlebox .atitle::before,
.advantage .titlebox .atitle::after {
    content: '';
    width: 36px;
    height: 36px;
    position: absolute;
    top: 2px
}

.advantage .titlebox .atitle::before {
    left: 0;
    background: url(/Jzw/Tpl/Home/Default/webimages/title_pattern_left.png) no-repeat center center / contain
}

.advantage .titlebox .atitle::after {
    right: 0;
    background: url(/Jzw/Tpl/Home/Default/webimages/title_pattern_right.png) no-repeat center center / contain
}

.advantage .container-xl .advantage_list .item {
    width: auto;
    height: auto;
    background: rgba(255, 255, 255, 0.12);
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    margin-bottom: 24px;
    padding: 24px 30px;
    transition: all .5s
}

.advantage .container-xl .advantage_list .item:hover {
    transform: translateY(-10px);
    border-color: #fff
}

.advantage .container-xl .advantage_list .item .icon {
    margin-bottom: 12px
}

.advantage .container-xl .advantage_list .item .icon .picbox {
    width: 52px;
    height: 52px;
    overflow: hidden
}

.advantage .container-xl .advantage_list .item .icon .picbox .pic {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transition: all .6s
}

.advantage .container-xl .advantage_list .item .txt {
    padding-bottom: 4px
}

.advantage .container-xl .advantage_list .item .txt .itemtitle {
    max-width: 100%;
    height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    line-height: 28px;
    margin-bottom: 12px
}

.advantage .container-xl .advantage_list .item .txt .item_con {
    max-width: 100%;
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    line-height: 24px;
    letter-spacing: 0
}

.advantage .container-xl .animate_component {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.advantage .container-xl .animate_component .animate_main {
    position: relative
}

.advantage .container-xl .animate_component .animate_main .picbox {
    width: 100%;
    height: 100%;
    overflow: hidden
}

.advantage .container-xl .animate_component .animate_main .picbox .pic {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transition: all .6s;
    border-radius: 500px;
}

.advantage .container-xl .animate_component .animate_main .main {
    width: 340px;
    height: 340px
}

.advantage .container-xl .animate_component .animate_main .float1,
.advantage .container-xl .animate_component .animate_main .float2,
.advantage .container-xl .animate_component .animate_main .float3 {
    position: absolute
}

.advantage .container-xl .animate_component .animate_main .float1 {
    width: 96px;
    height: 186px;
    top: 20px;
    right: 12px;
    animation: float 3s linear infinite
}

.advantage .container-xl .animate_component .animate_main .float2 {
    width: 40px;
    height: 60px;
    top: 14px;
    left: 94px;
    animation: float 2.2s linear infinite
}

.advantage .container-xl .animate_component .animate_main .float3 {
    width: 48px;
    height: 56px;
    top: 36px;
    left: 14px;
    animation: float 2.6s linear infinite
}

@media (max-width:1366px) {

    .advantage {
        padding: 40px 0 16px 0
    }

    .advantage .titlebox {
        display: flex;
        justify-content: center;
        margin-bottom: 20px
    }

    .advantage .titlebox .atitle {
        max-width: 100%;
        height: 40px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        font-size: 28px;
        font-weight: 600;
        color: #fff;
        display: inline-flex;
        line-height: 40px;
        padding: 0 52px;
        position: relative
    }

    .advantage .titlebox .atitle::before,
    .advantage .titlebox .atitle::after {
        content: '';
        width: 36px;
        height: 36px;
        position: absolute;
        top: 2px
    }

    .advantage .titlebox .atitle::before {
        left: 0;
        background: url(/Jzw/Tpl/Home/Default/webimages/title_pattern_left.png) no-repeat center center / contain
    }

    .advantage .titlebox .atitle::after {
        right: 0;
        background: url(/Jzw/Tpl/Home/Default/webimages/title_pattern_right.png) no-repeat center center / contain
    }
}

@media screen and (max-width:1152px) {

    .advantage .container-xl .advantage_list .item .itemtitle {
        font-size: 20px
    }

}

@media (max-width:767px) {

    .advantage .titlebox {
        display: flex;
        justify-content: center;
        margin-bottom: 20px;
        margin-bottom: 40px
    }

    .advantage .titlebox .atitle {
        max-width: 100%;
        height: 40px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        font-size: 24px;
        font-weight: 600;
        color: #fff;
        display: inline-flex;
        line-height: 40px;
        padding: 0 40px;
        text-align: center;
        position: relative
    }

    .advantage .titlebox .atitle::before,
    .advantage .titlebox .atitle::after {
        content: '';
        width: 30px;
        height: 30px;
        top: 4px
    }

    .advantage .titlebox .atitle::before {
        left: 0
    }

    .advantage .titlebox .atitle::after {
        right: 0
    }

    .advantage .container-xl .advantage_list .item .itemtitle {
        font-size: 16px;
        margin-bottom: 6px
    }

    .advantage .container-xl .advantage_list .item .item_con {
        font-size: 12px
    }
}


@media (max-width:575px) {
    .advantage {
        padding-bottom: 25px
    }

    .advantage .titlebox {
        display: flex;
        justify-content: center;
        margin-bottom: 20px
    }

    .advantage .titlebox .atitle {
        max-width: 100%;
        height: 28px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        font-size: 20px;
        font-weight: 600;
        color: #fff;
        display: inline-flex;
        line-height: 28px;
        padding: 0 32px;
        text-align: center;
        position: relative
    }

    .advantage .titlebox .atitle::before,
    .advantage .titlebox .atitle::after {
        content: '';
        width: 24px;
        height: 24px;
        top: 4px
    }

    .advantage .titlebox .atitle::before {
        left: 0
    }

    .advantage .titlebox .atitle::after {
        right: 0
    }

    .advantage .container-xl .advantage_list .item {

        padding: 20px;
        margin-bottom: 15px
    }
.advantage .container-xl .animate_component .animate_main .main{
width:10px;
opacity:0;
}
    .advantage .container-xl .advantage_list .item .icon {
        margin-right: 12px
    }

    .advantage .container-xl .advantage_list .item .icon .picbox {
        width: 40px;
        height: 40px;
        overflow: hidden
    }

    .advantage .container-xl .advantage_list .item .icon .picbox .pic {
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        transition: all .6s
    }

    .advantage .container-xl .advantage_list .item .txt {
        padding: 0
    }

    .advantage .container-xl .advantage_list .item .txt .itemtitle {
        max-width: 100%;
        height: 22px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        font-size: 16px;
        font-weight: 600;
        color: #fff;
        line-height: 22px;
        margin-bottom: 10px
    }

    .advantage .container-xl .advantage_list .item .txt .item_con {
        max-width: 100%;
        height: auto;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        font-size: 12px;
        font-weight: normal;
        color: #fff;
        max-height: 54px;
        line-height: 18px;
        letter-spacing: 1px
    }
}



/*热门产品*/

.index-innovate .cont ul li .img {
    width: 50%;
    text-align: center;
    background: #fff;

}

.index-innovate .cont ul li .cxtext {
    width: 50%;
    background: #edf3ff;
    padding: 5% 8%;
}


.index-innovate .cont ul li .cxtext h6 {
    color: var(--main-color);
    font-size: var(--fs32);
    line-height: var(--fs52);
}

.index-innovate .cont ul li .cxtext h6 a {
    display: inline-block;
}

.index-innovate .cont ul li .cxtext p {
    font-size: var(--fs16);
    line-height: var(--fs30);
    color: #333;

}

.index-innovate .cont ul li .cxtext strong {
    font-size: var(--fs16);
    line-height: var(--fs32);

    display: block;
    color: var(--main-color);
    text-transform: uppercase;
}

.index-innovate .cont ul li .cxtext span {
    color: #000;

}

.index-innovate .cont ul li:nth-child(2) {
    flex-flow: row wrap;
}

.index-innovate .cont ul li:nth-child(2) div:nth-child(1) {
    order: 2
}

@media(max-width: 992px) {
    .index-innovate .cont ul li {
        flex-wrap: wrap;
    }

    .index-innovate .cont ul li .img {
        width: 100%;
    }

    .index-innovate .cont ul li .cxtext {
        width: 100%;
    }

    .index-innovate .cont ul li:nth-child(2) {
        flex-flow: row wrap;
    }

    .index-innovate .cont ul li:nth-child(2) div:nth-child (2) {
        order: 2
    }
}

















